https://github.com/gleidsonmt/gncarousel
Carousel based on web design
https://github.com/gleidsonmt/gncarousel
carousel component design javafx javafx-8 javafx-gui material-design
Last synced: 14 days ago
JSON representation
Carousel based on web design
- Host: GitHub
- URL: https://github.com/gleidsonmt/gncarousel
- Owner: gleidsonmt
- License: gpl-3.0
- Created: 2018-11-19T23:34:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-07T15:52:12.000Z (almost 2 years ago)
- Last Synced: 2025-04-10T04:06:48.005Z (14 days ago)
- Topics: carousel, component, design, javafx, javafx-8, javafx-gui, material-design
- Language: Java
- Homepage: https://gleidson28.github.io/
- Size: 602 KB
- Stars: 25
- Watchers: 0
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/Gleidson28/GNCarousel/releases/tag/1.0)
[](https://github.com/Gleidson28/GNCarousel/blob/master/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
```java
GNCarousel carousel = new GNCarousel();
carousel.setItems(createItems());
carousel.setArrows(true);
carousel.setAutoRide(true);
carousel.setItems(createItems());
```Inline css
```java
-gn-auto-ride : true;
-gn-transition-duration : 300ms;
```View