spotades / coin-slider

Automatically exported from code.google.com/p/coin-slider
0 stars 0 forks source link

Animation accelerates #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I'm using "rain" effect with sDelay: 45. Leave it sliding during minutes
2. Animation will accelerate, faster and faster, after 3 or 4 minutes I can't 
even see the squares during the animation xD

What version of the product are you using? On what operating system?
jQuery 1.7.2 min, coin slider uploaded Apr 3, 2010.
Windows 7, firefox 13

Original issue reported on code.google.com by salmari...@gmail.com on 17 Jul 2012 at 4:01

GoogleCodeExporter commented 8 years ago
Had the same issue and was able to fix it by replacing the 
setInterval/clearInterval calls on "appInterval" (appearence interval) with 
setTimeout/clearTimeout. Then you just have to add an additional setTimeout at 
the end of the appearence function.

Hope this helps

Original comment by Remo.Sie...@gmail.com on 31 Aug 2012 at 8:02

Attachments: