Skip to main content

Search and Top Navigation

#8333 closed bug (notabug)

Opened May 18, 2012 10:36AM UTC

Closed May 18, 2012 12:40PM UTC

Last modified May 18, 2012 12:49PM UTC

addClass not animating in a specific case

Reported by: Gaten_2 Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.effects.core Version: 1.8.19
Keywords: Cc:
Blocked by: Blocking:
Description

Hi,

If I add a CSS class to a parent of the DOM object, the object don't be animate.

I made an example here : http://jsfiddle.net/RpfRr/4/

It's not the same problem than here : http://bugs.jqueryui.com/ticket/8113

Attachments (0)
Change History (2)

Changed May 18, 2012 12:40PM UTC by scottgonzalez comment:1

resolution: → invalid
status: newclosed

Class animations only animate one element. The ability to animate descendants is added in 1.9 (master). See #3939 and http://jsfiddle.net/RpfRr/5/

Changed May 18, 2012 12:49PM UTC by Gaten_2 comment:2

Thanks ! I didn't notice this sorry.