google-code-export / eaze-tween

Automatically exported from code.google.com/p/eaze-tween
1 stars 0 forks source link

Chaining not working for more than two items #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed in r57

Original comment by philippe...@gmail.com on 29 Dec 2009 at 12:16