Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Anything Slider Help – How to change the speed of the slides? Re: Anything Slider Help – How to change the speed of the slides?

#92039

I just had a quick look at the source on the demo page, and it should just be a case of changing the plugin variables. Look at the anythingslider.js script and search the variable names.

delay – Delay inbetween slides.
animationTime – Animation time swapping slides.
easing – jQuery animation style, look at the jQuery docs for more info (default here is “swing”).