Haxe tweening demo

Demo for a lighter tweening engine for haxe found on Github

You can access the stage from anywhere using Lib.current.stage. Why force the user to call Animator.init(stage)?

Also, how does this stack up against Actuate?

already implemented in the most recent change log
the Animator.init(stage)method was removed at v1.0.6.

although actuate is very good - gtween is a lot lighter and easier

Then you may want to update line 49 of GTween.hx…

Also, you’ll have to give some more detail about how it’s easier. The examples would look almost exactly the same if they used Actuate.