All Projects → gleidsonmt → GNCarousel

gleidsonmt / GNCarousel

Licence: GPL-3.0 license
Carousel based on web design

Programming Languages

java
68154 projects - #9 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to GNCarousel

JFXGoogleDrive
A JavaFX Google Drive Client (For Demonstration Purposes Only).
Stars: ✭ 29 (+52.63%)
Mutual labels:  javafx, javafx-gui, javafx-8
Bank-Account-Simulation
A Bank Account Simulation with JavaFX and SQLite back-end. Material UX|UI.
Stars: ✭ 19 (+0%)
Mutual labels:  javafx, javafx-gui
JFXC
Jonato JavaFX Controls - More Power for your JavaFX Gui
Stars: ✭ 42 (+121.05%)
Mutual labels:  javafx, javafx-gui
lib-preferences
Lib-Preferences is a library for easy storing simple data to a Preferences.properties file in a Java(FX) & Maven desktop application.
Stars: ✭ 12 (-36.84%)
Mutual labels:  javafx, javafx-8
gramophy
A JavaFX based Open-Source YouTube Music Downloader/Player
Stars: ✭ 88 (+363.16%)
Mutual labels:  javafx, javafx-gui
DashboardFx
JavaFx Dashboard
Stars: ✭ 272 (+1331.58%)
Mutual labels:  javafx, javafx-gui
mano-simulator
🖥️ An assembler and hardware simulator for the Mano Basic Computer, a 16 bit computer.
Stars: ✭ 20 (+5.26%)
Mutual labels:  javafx, javafx-8
CurrencyConverter
Currency Converter App using fixer API at http://api.fixer.io
Stars: ✭ 22 (+15.79%)
Mutual labels:  javafx-gui, javafx-8
FxEditor
JavaFX rich text editor able to handle billions of lines (WORK IN PROGRESS)
Stars: ✭ 21 (+10.53%)
Mutual labels:  javafx, javafx-gui
JasperViewerFX
The JasperViewerFX is a free JavaFX library which aims to avoid use of JasperReport's swing viewer
Stars: ✭ 27 (+42.11%)
Mutual labels:  javafx, javafx-8
subtitles-view
基于javaFX的简单字幕处理桌面程序,集成在线翻译及语音转换
Stars: ✭ 368 (+1836.84%)
Mutual labels:  javafx, javafx-gui
MaskedTextField
MaskedTextField is an component similar to JFormmatedText field and can be used in same way.
Stars: ✭ 21 (+10.53%)
Mutual labels:  javafx, javafx-8
javafx-examples
JavaFX Example Projects
Stars: ✭ 85 (+347.37%)
Mutual labels:  javafx, javafx-gui
JavaFX-3D
JavaFX 3D Development Tutorial
Stars: ✭ 29 (+52.63%)
Mutual labels:  javafx, javafx-gui
vue-splide
The Splide component for Vue.
Stars: ✭ 257 (+1252.63%)
Mutual labels:  carousel
react-instagram-zoom-slider
🌄↔️ A slider component with pinch to zoom capabilities inspired by Instagram
Stars: ✭ 67 (+252.63%)
Mutual labels:  carousel
jfree-fxdemos
This project contains JavaFX demo programs for the libraries created by JFree.
Stars: ✭ 38 (+100%)
Mutual labels:  javafx
vic2 economy analyzer
Victoria 2 savegame economy analyzer, updated version
Stars: ✭ 44 (+131.58%)
Mutual labels:  javafx
MythRedisClient
🏎️使用JavaFx做的Redis客户端,资源消耗略大 200-300m,想复用核心代码做成web端,然后浏览器操作,开发起来和跑起来也快
Stars: ✭ 26 (+36.84%)
Mutual labels:  javafx
GitFx
Gitfx Java FX application
Stars: ✭ 18 (-5.26%)
Mutual labels:  javafx

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 : 300m;

View

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].