User Profile
Collapse
-
Thanks for looking at this. Maybe it works correctly in FF3 (I'm using FF2.0.0.15), but would you mind comparing the behavior in FF3 to IE, please? I see the sequence unevenly time spaced in my FF, but correct in IE. I just updated the php code as you suggested, BTW. Thanks for the info. -
Erratic behaviour of setInterval in animation
I'm using setInterval to animate an array of weather images. The code works, but in FF, sometimes the event fires too soon, giving the impression that images are missed, while in IE, the script works fine. I think that I'm doing something wrong, but I have the impression (but maybe false) that it worked fine in FF up until a few updates ago. Is this a FF bug? The basic code is this:...Code:var interval_id = window.setInterval("next_frame()",interval_delay);
No activity results to display
Show More
Leave a comment: