Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

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 Accepted Solution

Avatar

Correct answer by
Level 8
2 Replies

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

Correct answer by
Level 8