| Class | Description | |
|---|---|---|
| BevelFilterVars | ||
| BlurFilterVars | ||
| ColorMatrixFilterVars | ||
| ColorTransformVars | ||
| DropShadowFilterVars | ||
| FilterVars | This class works in conjunction with the TweenLiteVars or TweenMaxVars class to grant strict data typing and code hinting (in most code editors). | |
| GlowFilterVars | ||
| TransformAroundCenterVars | ||
| TransformAroundPointVars | ||
| TweenLiteVars |
There are 2 primary benefits of using a TweenLiteVars instance to define your TweenLite variables:
Instead of TweenLite.to(mc, 1, {x:300, tint:0xFF0000, onComplete:myFunction}), you could use this utility like:
var myVars:TweenLiteVars = new TweenLiteVars();
NOTES:
|
|
| TweenMaxVars |
There are 2 primary benefits of using this utility to define your TweenMax variables:
|
|
| VarsCore | VarsCore provides a way to make an object's non-dynamic properties enumerable (only if/when the property is set to a non-default value) which is necessary for many of the vars objects in the GreenSock tweening platform (TweenLiteVars, TweenMaxVars, etc.). |