Modify ↓
Ticket #10163 (closed bug: duplicate)
INCORRECT ANIMATE BEHAVIOUR IN WEBKIT
| Reported by: | hatanaka@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.6.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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.