Quintus icon indicating copy to clipboard operation
Quintus copied to clipboard

Tween loop

Open viki53 opened this issue 11 years ago • 1 comments

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

viki53 avatar Feb 18 '14 08:02 viki53

Good idea

cykod avatar Feb 18 '14 14:02 cykod