Skip to content

gleidsonmt/GNCarousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version Release License

This project is part of the set of custom components created for JavaFx.

GNCarousel

The carousel is a control of the overlapping layer, which navigates about her, showing one for once.

First, he creates a skin with one clip and your indices, when navigating between the views one event is shot positioning the next view to side left or right, during the event the next view pushes the actual view to the side left or right.

Basic Usage
GNCarousel carousel = new GNCarousel();
carousel.setItems(createItems());
carousel.setArrows(true);
carousel.setAutoRide(true);
carousel.setItems(createItems());
Inline css
 -gn-auto-ride : true;
 -gn-transition-duration : 300ms;

View