User Profile

Collapse

Profile Sidebar

Collapse
strangeplant
strangeplant
Last Activity: Aug 25 '08, 05:13 PM
Joined: Jul 10 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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.
    See more | Go to post

    Leave a comment:


  • 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);
    ...
    See more | Go to post
No activity results to display
Show More
Working...