Search and Top Navigation
#6748 closed bug (fixed)
Opened December 14, 2010 09:43AM UTC
Closed December 14, 2010 02:02PM UTC
Last modified January 11, 2011 08:45PM UTC
animateClass broken in 1.8.7
Reported by: | Corkup | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8.8 |
Component: | ui.effects.core | Version: | 1.8.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
After the update to 1.8.7 the animations through toggleClass doesn't work anymore. Reverting to 1.8.6 or copying the $.effects.animateClass function from 1.8.6 and it works again.
test cases:
1.8.7 http://jsbin.com/ulexo3
Attachments (0)
Change History (7)
Changed December 14, 2010 02:01PM UTC by comment:1
priority: | minor → blocker |
---|---|
status: | new → open |
Changed December 14, 2010 02:02PM UTC by comment:2
resolution: | → fixed |
---|---|
status: | open → closed |
Effects: Fixed queueing of class animations. Fixes #6748 - animateClass broken in 1.8.7.
Changeset: 6731b0e2d60a16611c25cd248318a4076bd4494d
Changed December 16, 2010 04:48AM UTC by comment:3
Effects: Fixed queueing of class animations. Fixes #6748 - animateClass broken in 1.8.7.
Changeset: cba92afe257e51e18ca2bb2161559e8928e82fad
Changed December 16, 2010 04:49AM UTC by comment:4
milestone: | 1.9 → 1.8.8 |
---|
This bug only occurs when the element isn't currently being animated. For example, this works: