#10163 closed bug (duplicate)
INCORRECT ANIMATE BEHAVIOUR IN WEBKIT
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Change History (3)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
No one ever claimed that it was. Please read comment threads before reposting the same bug.
Note: See
TracTickets for help on using
tickets.
We can confirm this bug with jQuery example.
http://api.jquery.com/animate/
Example: Animates the first div's left property and synchronizes the remaining divs, using the step function to set their left properties at each stage of the animation.
Normally squares move from left to right. And they do not move after the second.
When a browser is zoomed, squares move from left to right at first. However they move from right to left after the second.