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