My current project (JavaScript/GSAP) needs lots of tweening on different elements at the same time (it will be a heavily tweened/animated site).
In "lots of" I mean 50-75 "TweenLite.to"s per click event, in total about 150-300 css properties to tween.
It would be used all over the site on elements (buttons, menus, forms). Most of the elements will have 2 states, an "active" and an "inactive" state, basically when the user clicks on a menu, the menu will be activate, click again/elsewhere and goes to inactive.
To efficiently manage the tweens, I would like to use TimelineLite, create a