What steps will reproduce the problem?
1. Run the following code:
eaze(shape).to(0.5, {x: 100, y: 100})
.to(0.5, {x: 200, y: 100})
.to(0.5, {x: 300, y: 100});
What is the expected output? What do you see instead?
It should animate to 100, 100, then 200, 100 and then to 300, 100. But it
only animates to 100, 100 and then 200, 100.
Original issue reported on code.google.com by mikkohaa...@gmail.com on 26 Nov 2009 at 3:36
Original issue reported on code.google.com by
mikkohaa...@gmail.com
on 26 Nov 2009 at 3:36