id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
10669,.animate() no longer animates percentage(%) width,rudeboiidevil2k7@…,,"As of jQuery 1.6.4, the animate of using -=<percentage>% works just fine, but in jQuery 1.7, this fails to do so and animates in pixels.


{{{
$('div').animate({ width: '-=5%' });
}}}

If you test this in jQuery 1.6.4 with jsFiddle, if you inspect the element with Firebug it will show the width is in %.

Test: [http://jsfiddle.net/HUfzX/]


----

With jQuery 1.7 it animates with pixels, when inspecting the element, it shows the width in pixels not %

Test: [http://jsfiddle.net/sWjXr/]",bug,closed,high,1.7.1,effects,1.7,fixed,,,,
