Skip to content

stias/JQuery-MS-Slider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is JQuery-MS-Slider

Unlike the previous method, the list of images flows to the right. (Infinite repetition)

How to Use

The code below creates the space to which the slider will apply.

    <div class="ms-slider">
        <ul class="ms-slider-content"></ul>
    </div>

Add the following code afterwards:

    var slider = new ms_slider('.ms-slider-content');
    slider.init();
    slider.imageClone();
    slider.loopAnimate(slider);

Result

main

Thank you for watching!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published