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  
calibrate() — Method in class com.greensock.TweenProxy
cancel — Event in class com.greensock.loading.core.LoaderCore
cancel() — Method in class com.greensock.loading.core.LoaderCore
If the loader is currently loading (status is LoaderStatus.LOADING), it will be canceled immediately and its status will change to LoaderStatus.READY.
CANCEL — Constant static property in class com.greensock.events.LoaderEvent
Dispatched when the loader aborts its loading.
CENTER — Constant static property in class com.greensock.layout.AlignMode
Align with the center of the area.
CENTER — Property in class com.greensock.layout.LiquidStage
center of the stage
centerOrigin — Property in class com.greensock.motionPaths.RectanglePath2D
height of the rectangle in its unrotated, unscaled state (does not factor in any transformations like scaleX/scaleY/rotation)
change — Property in class com.greensock.core.PropTween
Amount to change (basically, the difference between the starting value and ending value)
changeFactor — Property in class com.greensock.plugins.TweenPlugin
childCancel — Event in class com.greensock.loading.LoaderMax
childCancel — Event in class com.greensock.loading.SWFLoader
childCancel — Event in class com.greensock.loading.XMLLoader
CHILD_CANCEL — Constant static property in class com.greensock.events.LoaderEvent
Dispatched by a LoaderMax (or other loader that may dynamically recognize nested loaders like XMLLoader and SWFLoader) when one of its children aborts its loading.
childComplete — Event in class com.greensock.loading.LoaderMax
childComplete — Event in class com.greensock.loading.SWFLoader
childComplete — Event in class com.greensock.loading.XMLLoader
CHILD_COMPLETE — Constant static property in class com.greensock.events.LoaderEvent
Dispatched by a LoaderMax (or other loader that may dynamically recognize nested loaders like XMLLoader and SWFLoader) when one of its children finishes loading.
childFail — Event in class com.greensock.loading.LoaderMax
childFail — Event in class com.greensock.loading.SWFLoader
childFail — Event in class com.greensock.loading.XMLLoader
CHILD_FAIL — Constant static property in class com.greensock.events.LoaderEvent
Dispatched by a LoaderMax (or other loader that may dynamically recognize nested loaders like XMLLoader and SWFLoader) when one of its children fails to load.
childOpen — Event in class com.greensock.loading.LoaderMax
childOpen — Event in class com.greensock.loading.SWFLoader
childOpen — Event in class com.greensock.loading.XMLLoader
CHILD_OPEN — Constant static property in class com.greensock.events.LoaderEvent
Dispatched by a LoaderMax (or other loader that may dynamically recognize nested loaders like XMLLoader and SWFLoader) when one of its children begins loading.
childProgress — Event in class com.greensock.loading.LoaderMax
childProgress — Event in class com.greensock.loading.SWFLoader
childProgress — Event in class com.greensock.loading.XMLLoader
CHILD_PROGRESS — Constant static property in class com.greensock.events.LoaderEvent
Dispatched by a LoaderMax (or other loader that may dynamically recognize nested loaders like XMLLoader and SWFLoader) when one of its children dispatches a PROGRESS Event.
Circ — Class in package com.greensock.easing
CirclePath2D — Class in package com.greensock.motionPaths
A CirclePath2D defines a circular path on which a PathFollower can be placed, making it simple to tween objects along a circle or oval (make an oval by altering the width/height/scaleX/scaleY properties).
CirclePath2D(x, y, radius) — Constructor in class com.greensock.motionPaths.CirclePath2D
Constructor
CirclePath2DPlugin — Class in package com.greensock.plugins
Tweens an object along a CirclePath2D motion path in any direction (clockwise, counter-clockwise, or shortest).
clear(tweens) — Method in class com.greensock.TimelineLite
Empties the timeline of all child tweens/timelines, or you can optionally pass an Array containing specific tweens/timelines to remove.
CLOCKWISE — Constant static property in class com.greensock.motionPaths.Direction
clone() — Method in class com.greensock.data.TweenLiteVars
Clones the TweenLiteVars object.
clone() — Method in class com.greensock.data.TweenMaxVars
Clones the TweenMaxVars object.
clone() — Method in class com.greensock.events.LoaderEvent
clone() — Method in class com.greensock.events.TweenEvent
clone() — Method in class com.greensock.layout.DynamicPinPoint
clone() — Method in class com.greensock.layout.PinPoint
color — Property in class com.greensock.data.DropShadowFilterVars
Color.
color — Property in class com.greensock.data.GlowFilterVars
Color.
colorMatrixFilter — Property in class com.greensock.data.TweenLiteVars
Applies a ColorMatrixFilter tween (use the ColorMatrixFilterVars class to define the values).
ColorMatrixFilterPlugin — Class in package com.greensock.plugins
ColorMatrixFilter tweening offers an easy way to tween a DisplayObject's saturation, hue, contrast, brightness, and colorization.
ColorMatrixFilterVars — Class in package com.greensock.data
ColorMatrixFilterVars(colorize, amount, saturation, contrast, brightness, hue, threshold, remove, index, addFilter) — Constructor in class com.greensock.data.ColorMatrixFilterVars
colorTransform — Property in class com.greensock.data.TweenLiteVars
Applies a ColorTransform tween (use the ColorTransformVars class to define the values).
ColorTransformPlugin — Class in package com.greensock.plugins
Ever wanted to tween ColorTransform properties of a DisplayObject to do advanced effects like overexposing, altering the brightness or setting the percent/amount of tint? Or maybe tween individual ColorTransform properties like redMultiplier, redOffset, blueMultiplier, blueOffset, etc.
ColorTransformVars — Class in package com.greensock.data
ColorTransformVars(tint, tintAmount, exposure, brightness, redMultiplier, greenMultiplier, blueMultiplier, alphaMultiplier, redOffset, greenOffset, blueOffset, alphaOffset) — Constructor in class com.greensock.data.ColorTransformVars
com.greensock — Package
com.greensock.core — Package
com.greensock.data — Package
com.greensock.easing — Package
com.greensock.events — Package
com.greensock.layout — Package
com.greensock.layout.core — Package
com.greensock.loading — Package
com.greensock.loading.core — Package
com.greensock.loading.display — Package
com.greensock.motionPaths — Package
com.greensock.plugins — Package
com.greensock.text — Package
complete(skipRender, suppressEvents) — Method in class com.greensock.TimelineMax
Forces the timeline to completion.
complete(skipRender, suppressEvents) — Method in class com.greensock.TweenMax
Forces the tween to completion.
complete(skipRender) — Method in class com.greensock.TweenNano
Forces the tween to completion.
complete(skipRender, suppressEvents) — Method in class com.greensock.core.TweenCore
Forces the tween/timeline to completion.
complete — Event in class com.greensock.loading.core.LoaderCore
COMPLETE — Constant static property in class com.greensock.events.LoaderEvent
Dispatched when the loader finishes loading.
COMPLETE — Constant static property in class com.greensock.events.TweenEvent
COMPLETED — Constant static property in class com.greensock.loading.LoaderStatus
The loader has completed.
CONCURRENT — Constant static property in class com.greensock.OverwriteManager
Overwrites tweens of the same target that are active when the tween renders for the first time.
content — Property in class com.greensock.loading.LoaderMax
An array containing the content of each loader inside the LoaderMax
content — Property in class com.greensock.loading.VideoLoader
A ContentDisplay (a Sprite) that contains a Video object to which the NetStream is attached.
content — Property in class com.greensock.loading.core.DisplayObjectLoader
A ContentDisplay object (a Sprite) that will contain the remote content as soon as the INIT event has been dispatched.
content — Property in class com.greensock.loading.core.LoaderCore
The content that was loaded by the loader which varies by the type of loader:
  • ImageLoader - A com.greensock.loading.display.ContentDisplay (a Sprite) which contains the ImageLoader's rawContent (a flash.display.Bitmap unless script access was denied in which case rawContent will be a flash.display.Loader to avoid security errors).
ContentDisplay — Class in package com.greensock.loading.display
A container for visual content that is loaded by any of the following: ImageLoaders, SWFLoaders, or VideoLoaders.
ContentDisplay(loader:com.greensock.loading.core:LoaderItem) — Constructor in class com.greensock.loading.display.ContentDisplay
Constructor
contentDisplayClass — Static property in class com.greensock.loading.LoaderMax
The class used by ImageLoaders, SWFLoaders, and VideoLoaders to create the containers into which they'll dump their rawContent - by default it is the com.greensock.loading.display.ContentDisplay class but if you're using Flex, it is typically best to change this to com.greensock.loading.display.FlexContentDisplay.
copyPropsTo(vars:com.greensock.data:VarsCore) — Method in class com.greensock.data.VarsCore
COUNTER_CLOCKWISE — Constant static property in class com.greensock.motionPaths.Direction
create(target, allowRecycle) — Static method in class com.greensock.TweenProxy
create(vars) — Static method in class com.greensock.data.BevelFilterVars
create(vars) — Static method in class com.greensock.data.BlurFilterVars
create(vars) — Static method in class com.greensock.data.ColorMatrixFilterVars
create(vars) — Static method in class com.greensock.data.ColorTransformVars
create(vars) — Static method in class com.greensock.data.DropShadowFilterVars
create(vars) — Static method in class com.greensock.data.GlowFilterVars
create(vars) — Static method in class com.greensock.data.TransformAroundCenterVars
create(vars) — Static method in class com.greensock.data.TransformAroundPointVars
create(name, segments) — Static method in class com.greensock.easing.CustomEase
create(strength, points, restrictMaxAndMin, templateEase, taper, randomize, name) — Static method in class com.greensock.easing.RoughEase
This static function provides a quick way to create a RoughEase and immediately reference its ease function in a tween, like:

TweenLite.from(mc, 2, {alpha:0, ease:RoughEase.create(1.5, 15)});
createAround(target, scaleMode, hAlign, vAlign, crop, minWidth, minHeight, maxWidth, maxHeight, previewColor, calculateVisible) — Static method in class com.greensock.layout.AutoFitArea
Creates an AutoFitArea with its initial dimensions fit precisely around a target DisplayObject.
createAround(target, scaleMode, hAlign, vAlign, crop, previewColor, minWidth, minHeight, maxWidth, maxHeight, autoPinCorners, calculateVisible, liquidStage:com.greensock.layout:LiquidStage, reconcile) — Static method in class com.greensock.layout.LiquidArea
Creates an LiquidArea with its initial dimensions fit precisely around a target DisplayObject.
CSSLoader — Class in package com.greensock.loading
Loads StyleSheet (CSS) data.
CSSLoader(urlOrRequest, vars) — Constructor in class com.greensock.loading.CSSLoader
Constructor
Cubic — Class in package com.greensock.easing
currentLabel — Property in class com.greensock.TimelineMax
The closest label that is at or before the current time.
currentProgress — Property in class com.greensock.TimelineLite
Value between 0 and 1 indicating the progress of the timeline according to its duration where 0 is at the beginning, 0.5 is halfway finished, and 1 is finished.
currentProgress — Property in class com.greensock.TweenMax
Value between 0 and 1 indicating the progress of the tween according to its duration where 0 is at the beginning, 0.5 is halfway finished, and 1 is finished.
currentTime — Property in class com.greensock.TimelineMax
currentTime — Property in class com.greensock.TweenMax
Most recently rendered time (or frame for frames-based timelines) according to the tween's duration.
currentTime — Property in class com.greensock.core.TweenCore
Most recently rendered time (or frame for frames-based tweens/timelines) according to its duration.
CustomEase — Class in package com.greensock.easing
Facilitates creating custom bezier eases with the GreenSock Custom Ease Builder tool.
CustomEase(name, segments) — Constructor in class com.greensock.easing.CustomEase
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