New powerful tweening engine is initially being released as a beta
more info here:
http://www.gskinner.com/blog/archives/2008/08/gtween_a_new_tw.html
http://gskinner.com/libraries/gtween
Update: gTween beta 3 released
Here’s the full list of beta 3 updates:
- fixed a bug with smart rotation
- added rotationProperties static property to specify properties to apply smartRotation to
- fixed bug with proxy method calls not returning the return value (thanks to Matus Laco)
- added a few semi colons
(thanks to Matus Laco) - roundValues renamed to useSnapping
- added snappingProperties static property to specify properties to apply snapping to.
- fixed a bug that could cause setSize to be called twice
- fixed a problem with copyInitProperties firing too many times
- made the data parameter on addProgressPoint optional
- changed removeProgressPoint to accept an optional data parameter
- rewrote the progress point logic, fixing a problem that would prevent progress point events from firing if more than one progress point was passed in a single tick.
- progress points will no longer fire when doing manual positioning, including using position=value, beginning() and end().
- made it so that autoHide only applies while tweening alpha. (thanks to Randy Troppman)
- added a defaultEase static property, which allows you to define the default easing function for all new tweens (thanks to Quentin)
- made linearEase a public static method
- added useSetSize property to allow you to turn off the setSize behaviour if necessary (thanks to jwopitz)
You can read the documentation, and download the latest version of gTween by clicking here.