Side navigation
#9118 closed bug (duplicate)
Opened May 05, 2011 08:42AM UTC
Closed May 05, 2011 02:01PM UTC
Last modified May 15, 2011 02:50PM UTC
jQuery 1.6 : Animations now broken in new version!
Reported by: | wilpage@blueyonder.co.uk | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.next |
Component: | effects | Version: | 1.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I upgraded to jQuery 1.6 this morning and now a lot of the animations I spent so long fine tuning in my app are now failing. Here is an example of one. Notice how the 1.5 animation keeps the box centered, but on the 1.6 animation the something goes wrong.
I have narrowed it down to something to do with the opacity being involved in the animation. If I remove the opacity it works fine...
Example with JQ 1.5: http://jsfiddle.net/LJZ54/3/
Example with JQ 1.6: http://jsfiddle.net/LJZ54/4/
Example with JQ 1.6 (no opacity): http://jsfiddle.net/LJZ54/5/
Attachments (0)
Change History (3)
Changed May 05, 2011 02:01PM UTC by comment:1
component: | unfiled → effects |
---|---|
priority: | undecided → high |
resolution: | → duplicate |
status: | new → closed |
Changed May 15, 2011 02:50PM UTC by comment:3
For some reason, if you make opacity the first in your list of animated properties, it fixes the problem.