(version 6.33)
Timeline.createSequence()
.push(tween1)
.beginParallel()
.push(tween2)
// ...
.end()
.repeatYoyo(1,0)
.start();
When playing reversed, tween2 jumps back to it's target value when finished.
Minimal running example attached. Outputs to terminal
java -jar MinimalExample.jar
Original issue reported on code.google.com by r.ru...@gmail.com on 30 May 2013 at 8:16
Original issue reported on code.google.com by
r.ru...@gmail.com
on 30 May 2013 at 8:16Attachments: