-
Notifications
You must be signed in to change notification settings - Fork 379
Closed
Labels
Description
Hi,
I am using AnythingSlider 1.7 (upgraded from 1.5.10).
I found something confusing. If I set the "delay" to 10000, the slideshow was not delayed for 10 sec, but only 5 sec (half the value I entered). I viewed the code (jquery.anythingslider.js), and found this on line 603: "o.delay/2". I changed the code to just "o.delay", and the slideshow is delayed right now (10 sec).
Is it a bug or something? Because the delayed time is right on version 1.5.10 (10000 = 10 sec).
I don't use video on my slideshow.
Here are the parameters of my slideshow:
$('#slider').anythingSlider({
hashTags : false,
autoPlay : true,
autoPlayLocked : true,
delay : 10000,
resumeDelay : 15000
});
Thanks.