Classes
 ClassDescription
 TweenLiteVars [AS3 only] There are 3 primary benefits of using a TweenLiteVars instance to define your TweenLite's "vars" parameter: In most code editors, code hinting will be activated which helps remind you which special properties are available. It allows you to code using strict data typing which can improve debugging. It will trace() a warning if you forgot to activate a particular plugin.
 TweenMaxVars [AS3 only] There are 3 primary benefits of using a TweenMaxVars instance to define your TweenMax's "vars" parameter: In most code editors, code hinting will be activated which helps remind you which special properties are available. It allows you to code using strict data typing which can improve debugging. It will trace() a warning if you forgot to activate a particular plugin.