The second great part about TweenLite is that it is dead simple to use.
TweenLite.to(objectToTween, howLongToTween, { propsToTween ... callbacks });
Ridiculously simple to integrate into any project.
I only have one complaint: When I haven't tweened in a few days, I always forget that the duration for a TweenLite is represented in secconds, not milliseconds. Usually, it takes me about 5 minutes to remember, since my Tween didn't happen when I wanted and instead happened 300 seconds later as I was staring at my screen wondering what the hell I messed up. I get that it's a convenience thing, but to me it's inconvenient. If TweenLite durations were specified in milliseconds, I think I'd gain 1000* 60 * 5 * 7 back to my week.

0 comments:
Post a Comment