Awesome Tweening Class

I just have to mention how satisfied I am with the tween class that I have been using for the passed few months. For those who don't know, a tweening class is a custom set of ActionScript classes that allow you to animate any type of property in your application with pure code, no keyframes on the timeline. Jack Doyle of GreenSock has some great classes that does just that. It is the smallest filesize and most efficient tweening class I've worked with so far. Jack is constantly improving these classes. This week he just updated the sequencing capabilities with the TweenGroup class.

Below was created with a simple TweenGroup that is set to loop.

Here is a list of all the features for the classes.
http://blog.greensock.com/tweening-family-comparison

4 Responses

  1. Rich Hauck Says:

    I use HydroTween with Go myself. Much better performance, and saves having to do all of those delay calls in sequencing.

    http://www.goasap.org/benchmarks.html

    http://code.google.com/p/goplayground/wiki/HydroTween

  2. Shane Says:

    Using TweenGroup, it does perform the same type of sequencing without the need for delays. Go does look slightly more efficient in performance, but I’m satisfied with the ease of use and support with TweenLite.

    I haven’t yet come to any crossroads where I found myself needing more out of a Tweening class.

  3. Shane Says:

    Feel free to present Go at a future CPFUG meeting if you’d like. I will probably present TweenLite at some point.

  4. Jack Says:

    I know this is an old post, but for what it’s worth, I’m pretty sure HydroTween doesn’t outperform TweenLite/Max. Quite the opposite actually. http://blog.greensock.com/tweening-speed-test/ And as far as sequencing goes, TimelineLite and TimelineMax make it extremely intuitive (they’re the sequencing tools for TweenLite/Max which replace TweenGroup). http://blog.greensock.com/v11beta/

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.