Ticket #7275 (closed bug: fixed)
$.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: | ||
| Blocking: | Blocked by: |
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.
Change History
comment:1 Changed 2 years ago by Scott González
- Status changed from new to closed
- Resolution set to fixed
comment:2 Changed 2 years ago by Scott González
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
Note: See
TracTickets for help on using
tickets.


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."