Riding carousels with jQuery
npm install jcarouseljCarousel - Riding carousels with jQuery
========================================
jCarousel is a jQuery plugin for controlling a list of items in horizontal or
vertical order. It provides a full-featured and flexible toolset for navigating
any HTML based content in a carousel-like fashion.
Note: Version 0.3.x and 0.2.x are not compatible. Old versions can be
downloaded from the release page.
Documentation
-------------
The documentation can be found here.
* Installation
* Configuration
* API
* Usage
* Events
By default, the jCarousel core only contains the minimum functionality needed to
create carousel widgets. Specialized features are provided through plugins.
jCarousel comes with the following plugins:
* Control Plugin
* Pagination Plugin
* Autoscroll Plugin
* ScrollIntoView Plugin
#### Third-Party Plugins
* jcarouselSwipe - Adds support for user-friendly swipe gestures.
* jcarouselLazyLoading - Adds lazy loading to jcarousel.
* jcarouselFade - New method for support fade animation to jcarousel.
* jcarousel-status - Display the status of your carousel.
* jcarousel-smoothscroll - Animates a jCarousel at a constant pace, regardless of varying item widths.
Download
--------
All ready-to-use files are located in the dist/ directory.
The jquery.jcarousel.js andjquery.jcarousel.min.js files contain
the core and all plugins concenated together.
All files are also available from CDNJS.
Examples
--------
You can find some example implementations in the examples/
directory. You can also browse the functional tests to get
an impression of how to setup jCarousel.
Credits
-------
jCarousel is written on top of jQuery and was originally
inspired by the Carousel Component by
Bill Scott.
License
-------
Copyright (c) 2006-2018 Jan Sorgalla.
Released under the MIT license.