Skip to content

mdcuesta/jquery.xCarousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xCarousel

jQuery carousel Plugin

Author: Michael Dela Cuesta

Version: 1.0.0

Source: https://github.com/mdcuesta/jquery.xCarousel

Email: michael.dcuesta@gmail.com

Folders

demo - demo application

src - plugin source file

#Demo http://xcarousel.herokuapp.com/

#Documentation

#.xcarousel() ##Description initiates an unordered list (ul) as a carousel

#.xcarousel()

initiates carousel with default settings

#.xcarousel(options)

scroll_duration carousel slide duration

fall_duration falling items effect duration

reverse_fall_duration falling up items effect duration

##Methods #.xcarousel('scrollLeft')

scroll carousel to left

#.xcarousel('scrollRight')

scroll carousel to Right

#.xcarousel('scrollToIndex', index) ##Description scroll carousel to a specified index

index index of the slide to scroll to, value 0 to (carousel number of items - 1)

#.xcarousel('getCarouselItemCount')

returns the number of items of the carousel

#.xcarousel('getCurrentSlideIndex')

returns the index of the current slide

About

Carousel Plugin for Jquery

Resources

Stars

Watchers

Forks

Packages

No packages published