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  
ease — Property in class com.greensock.data.TweenLiteVars
An easing function (i.e.
ease(time, start, change, duration) — Method in class com.greensock.easing.CustomEase
ease(t, b, c, d) — Method in class com.greensock.easing.RoughEase
Easing function that interpolates the numbers
easeIn(t, b, c, d, s) — Static method in class com.greensock.easing.Back
easeIn(t, b, c, d) — Static method in class com.greensock.easing.Bounce
easeIn(t, b, c, d) — Static method in class com.greensock.easing.Circ
easeIn(t, b, c, d) — Static method in class com.greensock.easing.Cubic
easeIn(t, b, c, d, a, p) — Static method in class com.greensock.easing.Elastic
easeIn(t, b, c, d) — Static method in class com.greensock.easing.Expo
easeIn(t, b, c, d) — Static method in class com.greensock.easing.Linear
easeIn(t, b, c, d) — Static method in class com.greensock.easing.Quad
easeIn(t, b, c, d) — Static method in class com.greensock.easing.Quart
easeIn(t, b, c, d) — Static method in class com.greensock.easing.Quint
easeIn(t, b, c, d) — Static method in class com.greensock.easing.Sine
easeIn(t, b, c, d) — Static method in class com.greensock.easing.Strong
easeInOut(t, b, c, d, s) — Static method in class com.greensock.easing.Back
easeInOut(t, b, c, d) — Static method in class com.greensock.easing.Bounce
easeInOut(t, b, c, d) — Static method in class com.greensock.easing.Circ
easeInOut(t, b, c, d) — Static method in class com.greensock.easing.Cubic
easeInOut(t, b, c, d, a, p) — Static method in class com.greensock.easing.Elastic
easeInOut(t, b, c, d) — Static method in class com.greensock.easing.Expo
easeInOut(t, b, c, d) — Static method in class com.greensock.easing.Linear
easeInOut(t, b, c, d) — Static method in class com.greensock.easing.Quad
easeInOut(t, b, c, d) — Static method in class com.greensock.easing.Quart
easeInOut(t, b, c, d) — Static method in class com.greensock.easing.Quint
easeInOut(t, b, c, d) — Static method in class com.greensock.easing.Sine
easeInOut(t, b, c, d) — Static method in class com.greensock.easing.Strong
EaseLookup — Class in package com.greensock.easing
EaseLookup enables you to find the easing function associated with a particular name (String), like "strongEaseOut" which can be useful when loading in XML data that comes in as Strings but needs to be translated to native function references.
easeNone(t, b, c, d) — Static method in class com.greensock.easing.Linear
easeOut(t, b, c, d, s) — Static method in class com.greensock.easing.Back
easeOut(t, b, c, d) — Static method in class com.greensock.easing.Bounce
easeOut(t, b, c, d) — Static method in class com.greensock.easing.Circ
easeOut(t, b, c, d) — Static method in class com.greensock.easing.Cubic
easeOut(t, b, c, d, a, p) — Static method in class com.greensock.easing.Elastic
easeOut(t, b, c, d) — Static method in class com.greensock.easing.Expo
easeOut(t, b, c, d) — Static method in class com.greensock.easing.Linear
easeOut(t, b, c, d) — Static method in class com.greensock.easing.Quad
easeOut(t, b, c, d) — Static method in class com.greensock.easing.Quart
easeOut(t, b, c, d) — Static method in class com.greensock.easing.Quint
easeOut(t, b, c, d) — Static method in class com.greensock.easing.Sine
easeOut(t, b, c, d) — Static method in class com.greensock.easing.Strong
easeParams — Property in class com.greensock.data.TweenLiteVars
An Array of extra parameter values to feed the easing equation (beyond the standard 4).
Elastic — Class in package com.greensock.easing
empty(disposeChildren, unloadAllContent) — Method in class com.greensock.loading.LoaderMax
Empties the LoaderMax of all its loaders and optionally disposes/unloads them.
enableTweenMode() — Method in class com.greensock.layout.AutoFitArea
Enables the area's tween mode; normally, any changes to the area's transform properties like x, y, scaleX, scaleY, width, or height will force an immediate update() call but when the area is in tween mode, that automatic update() is suspended.
endArray — Property in class com.greensock.data.TweenLiteVars
An Array containing numeric end values of the target Array.
EndArrayPlugin — Class in package com.greensock.plugins
Tweens numbers in an Array.
EndVectorPlugin — Class in package com.greensock.plugins
Tweens numbers in an Vector..
error — Event in class com.greensock.loading.core.LoaderCore
Dispatched when the loader experiences some type of error, like a SECURITY_ERROR or IO_ERROR.
ERROR — Constant static property in class com.greensock.events.LoaderEvent
Dispatched when the loader (or one of its children) throws any error, like an IO_ERROR or SECURITY_ERROR.
estimatedBytes — Property in class com.greensock.loading.data.core.LoaderItemVars
Initially, the loader's bytesTotal is set to the estimatedBytes value (or LoaderMax.defaultEstimatedBytes if one isn't defined).
estimatedDuration — Property in class com.greensock.loading.data.VideoLoaderVars
Estimated duration of the video in seconds.
Expo — Class in package com.greensock.easing
exposure — Property in class com.greensock.data.ColorTransformVars
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