Skip to content

iiison/carousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

carousel

Minimal Carousel.

Dependency: Juqery.

How To Use:

  • Include carousel.js and styles.min.css to your code html.

  • Give slide class to the div you want to animate. This should be HTML sturucture:

    `

    `

    Inner Div should have slide class otherwise it won't work.

  • Initialte Carousel using JS/JQ: $('.random-class-name').carousel({'speed':700});

  • speed is a parameter to control the animation speed.

  • I will add more params soon :).

A working example can be seen at http://codepen.io/iiison/pen/XJbqYM.

About

Minimal Carousel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published