A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
onComplete — Property in class com.greensock.data.TweenLiteVars
A function to call when the tween has completed.
onCompleteListener — Property in class com.greensock.data.TweenMaxVars
A function to which the TweenMax instance should dispatch a TweenEvent when it completes.
onCompleteParams — Property in class com.greensock.data.TweenLiteVars
An Array of parameters to pass the onComplete function
onInit — Property in class com.greensock.data.TweenLiteVars
A function that should be called just before the tween inits (renders for the first time).
onInitParams — Property in class com.greensock.data.TweenLiteVars
An Array of parameters to pass the onInit function.
onRepeat — Property in class com.greensock.data.TweenMaxVars
A function that should be called every time the tween repeats
onRepeatParams — Property in class com.greensock.data.TweenMaxVars
An Array of parameters to pass the onRepeat function
onReverseComplete — Property in class com.greensock.data.TweenMaxVars
A function that should be called when the tween has reached its starting point again after having been reversed
onReverseCompleteParams — Property in class com.greensock.data.TweenMaxVars
An Array of parameters to pass the onReverseComplete functions
onStart — Property in class com.greensock.data.TweenLiteVars
A function that should be called when the tween begins (when its currentTime is at 0 and changes to some other value which can happen more than once if the tween is restarted multiple times).
onStartListener — Property in class com.greensock.data.TweenMaxVars
A function to which the TweenMax instance should dispatch a TweenEvent when it begins.
onStartParams — Property in class com.greensock.data.TweenLiteVars
An Array of parameters to pass the onStart function.
onUpdate — Property in class com.greensock.data.TweenLiteVars
A function to call whenever the tweening values are updated (on every frame during the time the tween is active).
onUpdateListener — Property in class com.greensock.data.TweenMaxVars
A function to which the TweenMax instance should dispatch a TweenEvent every time it updates values.
onUpdateParams — Property in class com.greensock.data.TweenLiteVars
An Array of parameters to pass the onUpdate function
open — Event in class com.greensock.loading.core.LoaderCore
OPEN — Constant static property in class com.greensock.events.LoaderEvent
Dispatched when the loader begins loading, like when its load() method is called.
orientToBezier — Property in class com.greensock.data.TweenLiteVars
A common effect that designers/developers want is for a MovieClip/Sprite to orient itself in the direction of a Bezier path (alter its rotation).
overwrite — Property in class com.greensock.data.TweenLiteVars
NONE = 0, ALL_IMMEDIATE = 1, AUTO = 2, CONCURRENT = 3, ALL_ONSTART = 4, PREEXISTING = 5 (2 through 5 are only available with the optional OverwriteManager add-on class which must be initted once for TweenLite, like OverwriteManager.init().
OverwriteManager — Class in package com.greensock
OverwriteManager resolves conflicts between tweens and controls if (and how) existing tweens of the same target are overwritten.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z