Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 877 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 877 Bytes

Infinite Slider

Do you want make a slider with some elements? Infinite Slider is what you want.

Getting Started

Download the production version or the development version.

In your web page:

<script src="libs/jquery/jquery.js"></script>
<script src="dist/infinite-slider.min.js"></script>
<link rel="stylesheet" href="css/infinite-slider.css">
<script>
jQuery(function($) {
  $('.wrapper').infiniteSlider();
});
</script>
<div class="wrapper">
    <div class="item">
        Something here
    </div>
    <div class="item">
        Something here
    </div>
</div>

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

(Nothing yet)