Side navigation
#10163 closed bug (duplicate)
Opened August 30, 2011 04:47AM UTC
Closed August 30, 2011 01:30PM UTC
Last modified August 30, 2011 01:30PM UTC
INCORRECT ANIMATE BEHAVIOUR IN WEBKIT
Reported by: | hatanaka@questetra.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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.