Open GoogleCodeExporter opened 8 years ago
I think that when you click "next" before the current animation reaches the
end, some clearInterval not be fired.
Original comment by pawel...@gmail.com
on 13 May 2011 at 5:03
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:01
Attachments:
Original issue reported on code.google.com by
pawel...@gmail.com
on 13 May 2011 at 9:46