Expandir la barra de logros de la comunidad.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.

RESUELTAS

Elevator Carousel

Avatar

Level 3

Hi guys, 

I need to create elevator carouselDisplays X number of images, assigned to the carousel when it is added. Transition between images is vertical swipe up or down, depending on the button the user clicks to

advance. Contents of this area will be inherited by all sub pages. Inheritance can be overridden on individual pages.

I am not sure, what type of css I need exactly, and definitely jsp/jquery.

Please give me some hint or sample pages/source code.

Thanks,

Bahareh

1 solución aceptada

Avatar

Respuesta correcta de
Level 8
2 Respuestas

Avatar

Level 8

One place you can take a look is the out of the box Carousel component - /libs/foundation/components/carousel on your local instance. It's not an exact match to your requirements - the transitions are what you are looking for, it doesn't do inheritance, and the way it gets images may not be what you want (It pulls the image and text from other pages rather than being managed locally) but it should give you some ideas. 

Avatar

Respuesta correcta de
Level 8