Skip to main content

Bug Tracker

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);

Attachments (0)
Change History (2)

Changed November 18, 2010 02:54AM UTC by dmethvin comment:1

owner: → richwillars
status: newpending

Sorry to bleat about this, but can you provide a simpler test case?

Changed December 02, 2010 08:07AM UTC by trac-o-bot comment:2

resolution: → invalid
status: pendingclosed

Automatically closed due to 14 days of inactivity.