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  
CacheAsBitmapPlugin — Class in package com.greensock.plugins
Forces the cacheAsBitmap property of a DisplayObject to be a certain value (true or false) during the tween and then sets it back to whatever it was before the tween was rendered for the first time.
calculateChange(velocity, ease, duration, checkpoint) — Static method in class com.greensock.plugins.ThrowPropsPlugin
Determines the amount of change given a particular velocity, an specific easing equation, and the duration that the tween will last.
calculateDuration(start, end, velocity, ease, checkpoint) — Static method in class com.greensock.plugins.ThrowPropsPlugin
Calculates the duration (in seconds) that it would take to move from a particular start value to an end value at the given initial velocity, decelerating according to a certain easing equation (like Strong.easeOut).
calculateTweenDuration(target, vars, maxDuration, minDuration, overshootTolerance) — Static method in class com.greensock.plugins.ThrowPropsPlugin
Analyzes various throwProps variables (like initial velocities, max/min values, and resistance) and determines the appropriate duration.
calibrate() — Method in class com.greensock.TweenProxy
cancel — Event in class com.greensock.loading.core.LoaderCore
Dispatched when the loader is canceled while loading which can occur either because of a failure or when a sibling loader is prioritized in a LoaderMax queue.
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)
centerRegistration(value) — Method in class com.greensock.loading.data.ImageLoaderVars
If true, the registration point will be placed in the center of the ContentDisplay which can be useful if, for example, you want to animate its scale and have it grow/shrink from its center.
centerRegistration(value) — Method in class com.greensock.loading.data.SWFLoaderVars
If true, the registration point will be placed in the center of the ContentDisplay which can be useful if, for example, you want to animate its scale and have it grow/shrink from its center.
centerRegistration(value) — Method in class com.greensock.loading.data.VideoLoaderVars
If true, the registration point will be placed in the center of the ContentDisplay which can be useful if, for example, you want to animate its scale and have it grow/shrink from its center.
centerRegistration — Property in class com.greensock.loading.display.ContentDisplay
If true, the ContentDisplay's registration point will be placed in the center of the rawContent which can be useful if, for example, you want to animate its scale and have it grow/shrink from its center.
centerRegistration — Property in class com.greensock.loading.display.FlexContentDisplay
If true, the FlexContentDisplay's registration point will be placed in the center of the rawContent which can be useful if, for example, you want to animate its scale and have it grow/shrink from its center.
changeFactor — Property in class com.greensock.plugins.TweenPlugin
channel — Property in class com.greensock.loading.MP3Loader
The SoundChannel object that results from the most recent playSound() call (or when autoPlay is true in the constructor's vars parameter).
checkPolicyFile(value) — Method in class com.greensock.loading.data.VideoLoaderVars
If true, the VideoLoader will check for a crossdomain.xml file on the remote host (only useful when loading videos from other domains - see Adobe's docs for details about NetStream's checkPolicyFile property).
childCancel — Event in class com.greensock.loading.LoaderMax
Dispatched when any child of the LoaderMax instance dispatches a CANCEL event which could occur when another child is prioritized in the queue or when the LoaderMax is canceled while loading the child.
childCancel — Event in class com.greensock.loading.SWFLoader
Dispatched when any loader that the SWFLoader discovered in the subloaded swf dispatches a CANCEL event.
childCancel — Event in class com.greensock.loading.XMLLoader
Dispatched when any loader that the XMLLoader discovered in the XML dispatches a CANCEL event.
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
Dispatched when any child of the LoaderMax instance completes.
childComplete — Event in class com.greensock.loading.SWFLoader
Dispatched when any loader that the SWFLoader discovered in the subloaded swf dispatches a COMPLETE event.
childComplete — Event in class com.greensock.loading.XMLLoader
Dispatched when any loader that the XMLLoader discovered in the XML dispatches a COMPLETE event.
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
Dispatched when any child of the LoaderMax instance fails to load.
childFail — Event in class com.greensock.loading.SWFLoader
Dispatched when any loader that the SWFLoader discovered in the subloaded swf dispatches a FAIL event.
childFail — Event in class com.greensock.loading.XMLLoader
Dispatched when any loader that the XMLLoader discovered in the XML dispatches a FAIL event.
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
Dispatched when any child of the LoaderMax instance starts loading.
childOpen — Event in class com.greensock.loading.SWFLoader
Dispatched when any loader that the SWFLoader discovered in the subloaded swf dispatches an OPEN event.
childOpen — Event in class com.greensock.loading.XMLLoader
Dispatched when any loader that the XMLLoader discovered in the XML dispatches an OPEN event.
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
Dispatched when any child of the LoaderMax instance dispatches a PROGRESS event.
childProgress — Event in class com.greensock.loading.SWFLoader
Dispatched when any loader that the SWFLoader discovered in the subloaded swf dispatches a PROGRESS event.
childProgress — Event in class com.greensock.loading.XMLLoader
Dispatched when any loader that the XMLLoader discovered in the XML dispatches a PROGRESS event.
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(path:com.greensock.motionPaths:MotionPath, startAngle, endAngle, autoRotate, direction, extraRevolutions, rotationOffset, useRadians) — Method in class com.greensock.data.TweenLiteVars
Tweens an object along a CirclePath2D motion path in any direction (clockwise, counter-clockwise, or shortest).
circlePath2D(path:com.greensock.motionPaths:MotionPath, startAngle, endAngle, autoRotate, direction, extraRevolutions, rotationOffset, useRadians) — Method in class com.greensock.data.TweenMaxVars
Tweens an object along a CirclePath2D motion path in any direction (clockwise, counter-clockwise, or shortest).
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.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
_closeFallbackAudit() — Method in class com.greensock.loading.core.DisplayObjectLoader
_closeStream() — Method in class com.greensock.loading.core.DisplayObjectLoader
colorMatrixFilter(colorize, amount, saturation, contrast, brightness, hue, threshold, remove, addFilter, index) — Method in class com.greensock.data.TweenLiteVars
ColorMatrixFilter tweening offers an easy way to tween a DisplayObject's saturation, hue, contrast, brightness, and colorization.
colorMatrixFilter(colorize, amount, saturation, contrast, brightness, hue, threshold, remove, addFilter, index) — Method in class com.greensock.data.TweenMaxVars
ColorMatrixFilter tweening offers an easy way to tween a DisplayObject's saturation, hue, contrast, brightness, and colorization.
ColorMatrixFilterPlugin — Class in package com.greensock.plugins
ColorMatrixFilter tweening offers an easy way to tween a DisplayObject's saturation, hue, contrast, brightness, and colorization.
colorTransform(tint, tintAmount, exposure, brightness, redMultiplier, greenMultiplier, blueMultiplier, alphaMultiplier, redOffset, greenOffset, blueOffset, alphaOffset) — Method in class com.greensock.data.TweenLiteVars
Tweens ColorTransform properties of a DisplayObject to do advanced effects like overexposing, altering the brightness or setting the percent/amount of tint.
colorTransform(tint, tintAmount, exposure, brightness, redMultiplier, greenMultiplier, blueMultiplier, alphaMultiplier, redOffset, greenOffset, blueOffset, alphaOffset) — Method in class com.greensock.data.TweenMaxVars
Tweens ColorTransform properties of a DisplayObject to do advanced effects like overexposing, altering the brightness or setting the percent/amount of tint.
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.
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.loading — Package
com.greensock.loading.core — Package
com.greensock.loading.data — 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
Dispatched when the loader completes.
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.
container(value) — Method in class com.greensock.loading.data.ImageLoaderVars
A DisplayObjectContainer into which the ContentDisplay Sprite should be added immediately.
container(value) — Method in class com.greensock.loading.data.SWFLoaderVars
A DisplayObjectContainer into which the ContentDisplay Sprite should be added immediately.
container(value) — Method in class com.greensock.loading.data.VideoLoaderVars
A DisplayObjectContainer into which the ContentDisplay Sprite should be added immediately.
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.
context(value) — Method in class com.greensock.loading.data.ImageLoaderVars
To control whether or not a policy file is checked (which is required if you're loading an image from another domain and you want to use it in BitmapData operations), define a LoaderContext object.
context(value) — Method in class com.greensock.loading.data.MP3LoaderVars
To control things like the buffer time and whether or not a policy file is checked, define a SoundLoaderContext object.
context(value) — Method in class com.greensock.loading.data.SWFLoaderVars
To control whether or not a policy file is checked (which is required if you're loading an image from another domain and you want to use it in BitmapData operations), define a LoaderContext object.
COUNTER_CLOCKWISE — Constant static property in class com.greensock.motionPaths.Direction
create(target, allowRecycle) — Static method in class com.greensock.TweenProxy
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)});
create(steps) — Static method in class com.greensock.easing.SteppedEase
This static function provides a quick way to create a SteppedEase and immediately reference its ease function in a tween, like:

TweenLite.to(mc, 2, {x:100, ease:SteppedEase.create(5)});
createAround(target, vars, ... rest) — Static method in class com.greensock.layout.AutoFitArea
Creates an AutoFitArea with its initial dimensions fit precisely around a target DisplayObject.
createAround(target, vars, ... rest) — Static method in class com.greensock.layout.LiquidArea
Creates an LiquidArea with its initial dimensions fit precisely around a target DisplayObject.
crop(value) — Method in class com.greensock.loading.data.ImageLoaderVars
When a width and height are defined, setting crop to true will cause the image to be cropped within that area (by applying a scrollRect for maximum performance).
crop(value) — Method in class com.greensock.loading.data.SWFLoaderVars
When a width and height are defined, setting crop to true will cause the image to be cropped within that area (by applying a scrollRect for maximum performance).
crop(value) — Method in class com.greensock.loading.data.VideoLoaderVars
When a width and height are defined, setting crop to true will cause the image to be cropped within that area (by applying a scrollRect for maximum performance).
crop — Property in class com.greensock.loading.display.ContentDisplay
When the ContentDisplay's fitWidth and fitHeight properties are defined (or width and height in the loader's vars property/parameter), setting crop to true will cause the rawContent to be cropped within that area (by applying a scrollRect for maximum performance).
crop — Property in class com.greensock.loading.display.FlexContentDisplay
When the FlexContentDisplay's fitWidth and fitHeight properties are defined (or width and height in the loader's vars property/parameter), setting crop to true will cause the rawContent to be cropped within that area (by applying a scrollRect for maximum performance).
CSSLoader — Class in package com.greensock.loading
Loads StyleSheet (CSS) data.
CSSLoader(urlOrRequest, vars) — Constructor in class com.greensock.loading.CSSLoader
Constructor
CSSLoaderVars — Class in package com.greensock.loading.data
Can be used instead of a generic Object to define the vars parameter of a CSSLoader's constructor.
CSSLoaderVars(vars) — Constructor in class com.greensock.loading.data.CSSLoaderVars
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.TimelineMax
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.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