mozikun / java-universal-tween-engine

Automatically exported from code.google.com/p/java-universal-tween-engine
0 stars 0 forks source link

Value force set to target value instead of start value when playing backwards #21

Open GoogleCodeExporter opened 8 years ago

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

Attachments: