An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

![Version](https://img.shields.io/badge/Version-2.1.4-green.svg?style=for-the-badge)
[![Release](https://img.shields.io/badge/Release-v2.1.0-blue.svg?style=for-the-badge)](https://github.com/Gleidson28/GNCarousel/releases/tag/1.0)
[![License](https://img.shields.io/github/license/Gleidson28/GNCarousel.svg?style=for-the-badge)](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