Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 455 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 455 Bytes

lucky-carousel

A light weight carousel script.

Creates carousel from unordered list.

OPTIONS

Takes following options (defaults shown) { transitions : 400, delay : 8000
}

NAVIGATION

Carousel navigation can be styled with div.dot and div.dot.active

USAGE

  • ...
  • ...
  • ...
<script> $('#demoCarousel').luckyCarousel(); </script>

[email protected]