
Re: New release of GTween, GTweener
GTweener has just been updated to version 1.1, which includes these new features:
- Add multiple tweens for the same property; useful for sequencing
- Support for onStart, onUpdate and onComplete properties like Tweener
- Shortcut for creating simple tween-based timers
- Shortcut for copying properties from one object to another
ASDoc documentation is also now included in the example project
http://code.google.com/p/gtweener/EDIT: I recently followed up with a version 1.2 release, adding new aliases to make GTweener even easier for developers familiar with Tweener:
- rounded will set the snapping property
- transition will set the ease property
- transition also supports Tweener string values. "easeOutExpo" will set the ease property to Equations.easeOutExpo