Side navigation
#4880 closed bug (invalid)
Opened July 10, 2009 08:36PM UTC
Closed December 02, 2010 08:07AM UTC
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);
Sorry to bleat about this, but can you provide a simpler test case?