Skip to content

helielson/infinite-slider

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published