Quintus
Quintus copied to clipboard
Tween loop
It would be really great if the tween component allowed to create a loop, instead of using callbacks. For example, moving a sprite for { x:0 } to { x: 50 } would mean 0 -> 50 -> 0 -> 50 and so on... Tween.js allows it : https://github.com/sole/tween.js/blob/master/src/Tween.js#L101
Good idea