#10681 closed bug (duplicate)
Got a wrong result with animate({width:'90%'},600)
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I made one function with this animate method below:
$node.stop().animate({width:'90%'},600);
It works well In jQuery 1.64, but got a {width:'90px'} result in jQuery 1.7.
Change History (4)
comment:1 follow-up: 2 Changed 12 years ago by
comment:2 Changed 12 years ago by
Replying to phil@…:
See here: http://jsfiddle.net/cSWgc/
I've executed this script, and the red rectangle's width became an '100px'; In jQuery 1.64, it's a '400px' result.
comment:3 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
See here: http://jsfiddle.net/cSWgc/