id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
11524	jQuery's animate method absolutely doesn't work from 1.6 to 1.7.2 in one case	Wei Lou		"jQuery 1.5.2 can work fine. But jQuery 1.6 to 1.7.2 absolutely can't work.

How can't jQuery 1.7.2's animate method work?

In one case, it absolutely can't work. Even you open Chrome 17's developer tool's ""console"" panel, and then run codes below, it doesn't work. The CSS property I try to change via jQuery's animate method doesn't changed.

{{{
$('div').animate({
    ""opacity"": 0
});
}}}

My codes are pretty complicated. So I haven't found how to reproduce. But basically the reproduce steps might be:

1, Web page opened.

2, jQuery 1.7.2's animate method can work.

3, Run some codes (It might be jQuery's codes to elementA).

4, jQuery's animate method can't work to elementA. But jQuery's animate method still can work to other elements, like elementB or elementC."	bug	closed	low	None	effects	1.7.2	invalid				
