Ticket #260 (closed bug: fixed)
Multiple simultaneous animations not completing in FF
| Reported by: | John Daharsh | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.1.3 |
| Component: | effects | Version: | 1.1.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Here is a demo: http://www.daharsh.net/jsTest/jQueryVSScriptaculousSilultaneousAnimations
4 divs moving simultanously on page load. In IE, it works beautifully for me. Firefox runs horribly and doesn't always complete the animations. (Win XP PRO SP2 - 2Ghz Proc, 1 Gb RAM)
Brandon Aaron saw that the animation did not complete in JQuery, John Resig also saw this and suggested that I throw it in Bug Tracker.
This was posted in the forums first.
Change History
comment:2 Changed 7 years ago by rsoule
I've had issues as well. Mine happen when positioning an element using the animate function. It doesn't seem to be position the x coordinates correctly. I guess different results every time.
Thanks John, you're the man.
comment:3 Changed 7 years ago by john
- Priority changed from major to critical
- Version set to 1.1
- Milestone set to 1.1
comment:4 Changed 6 years ago by john
- Version 1.1a deleted
- Milestone 1.1a deleted
We're going to be tackling a retooling of the fx module for the 1.2 release - won't be able to get it in for 1.1.
comment:5 Changed 6 years ago by brandon
- Component changed from core to fx
Stefan came up with an idea for a rework of the fx engine and I believe it will fix this problem. Currently each animation (height, width, opacity, etc) all have their separate timers, even if they are all being animated at the same time. His idea is to only use one timer if it is all happening at once. This proposal was brought up on the dev list.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

I've also had issues with animations not completeing ... even simple single div animations.