ImageCarousel - Vaadin Add-on Directory
ImageCarouselWidget which provides image carousel functionality. Widget contains scrollable image strip which contains all the images provided for the component. It also contains presentation area which is used to show the active image.
Active image may be chosen from image strip or by advancing images using navigation buttons or mouse wheel actions. Image strip may likewise be navigated by buttons and mouse wheel actions.
Images may be added actions listeners which are called as active image is clicked on presentation area.
Source CodeOnline Demo
Issue Tracker
ImageCarousel version 1.0.0
Initial commit with basic functionality.
UI is a bit broken on older browsers that don't support box-shadows etc.
ImageCarousel version 1.0.1
Layout is now fully responsive to changes in widget height and width. All hard coded styles have also been moved to css-file in order to provide easier styling.
ImageCarousel version 1.0.2
Added input validation to give meaningful error messages when input parameters are invalid. Added methods to disable mouse wheel scrolling of images on presentation area and image strip.