Search and Top Navigation
#7275 closed bug (fixed)
Opened April 20, 2011 08:43PM UTC
Closed April 27, 2011 02:44PM UTC
Last modified April 27, 2011 02:50PM UTC
$.effects.animateClass broken in jQuery 1.6
Reported by: | danheberden | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.13 |
Component: | ui.effects.core | Version: | 1.8.11 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The effects work, but any of the animateClass methods (addClass, toggleClass, etc) don't.
http://jsfiddle.net/danheberden/9GGU6/
No errors are thrown, and the effect completes - it's just not animated.
Attachments (0)
Change History (3)
Changed April 27, 2011 02:44PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Changed April 27, 2011 02:50PM UTC by comment:2
Class Animation: Use .attr( "class" ) instead of .attr( "className" ) and adjust the queueing logic for jQuery 1.6 compatibility. Fixes #7275 - $.effects.animateClass broken in jQuery 1.6.
Changeset: 54399403e76d4fbd17c8f2664e591fd89801fab1
Changed April 27, 2011 02:50PM UTC by comment:3
milestone: | 1.9 → 1.8.13 |
---|
Class Animation: Use .attr( "class" ) instead of .attr( "className" ) and adjust the queueing logic for jQuery 1.6 compatibility. Fixes #7275 - $.effects.animateClass broken in jQuery 1.6."
Changeset: 60d4e0ae42efd780e6147f981c55bdfeafdfaa54