What steps will reproduce the problem?
I was using this syntax:
eaze(target)
.onUpdate(update)
.to(1, {x:20});
But my update function was not being called. As soon as I switched the
onUpdate to after the to(), the update function was called.
What is the expected output?
onUpdate() should be called regardless of the ordering with respect to
to().
What version of the product are you using? On what operating system?
0.67 on Windows 7 64-bit.
Original issue reported on code.google.com by bmj...@gmail.com on 23 Feb 2010 at 5:54
Original issue reported on code.google.com by
bmj...@gmail.com
on 23 Feb 2010 at 5:54