tweenx
tweenx copied to clipboard
TweenX.func is not autoPlay's by default
Is there any particular reason why TweenX.func is created with autoPlay = false?
This method is perfect candidate to use it like timer, but in the case of disabled autoPlay
i'm stuck with TweenX.func().play()
syntax. I would like to avoid calling play() manually since all other tweens is auto played by default.