Opened 14 years ago
Closed 13 years ago
#4880 closed bug (invalid)
Animate() skipping the animation
Reported by: | richwillars | Owned by: | richwillars |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | effects | Version: | 1.3.2 |
Keywords: | animate, left | Cc: | |
Blocked by: | Blocking: |
Description
When an element is absolutely positioned and the value of left is decreasing the animation skips and the element jumps from the start position to the end position. However, when the value of left is increasing then the animation works as expected.
You can see this in action at http://richardwillars.com/portfolio/design.php - just watch the sheep that move from right to left..
Sample code: $('#el').stop().animate({left: 200}, 5000);
Change History (2)
comment:1 Changed 13 years ago by
Owner: | set to richwillars |
---|---|
Status: | new → pending |
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Automatically closed due to 14 days of inactivity.
Note: See
TracTickets for help on using
tickets.
Sorry to bleat about this, but can you provide a simpler test case?