| 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, package com.greensock.plugins |
|
[AS3/AS2 only] 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:Number, ease:any, duration:Number, checkpoint:Number) — Static Method , class com.greensock.plugins.ThrowPropsPlugin |
|
Determines the amount of change given a particular velocity, an easing equation,
and the duration that the tween will last. |
| calculateDuration(start:Number, end:Number, velocity:Number, ease:any, checkpoint:Number) — Static Method , 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:Object, vars:Object, maxDuration:Number, minDuration:Number, overshootTolerance:Number) — Static Method , class com.greensock.plugins.ThrowPropsPlugin |
|
Analyzes various throwProps variables (like initial velocities, max/min values,
and resistance) and determines the appropriate duration. |
| call(callback:Function, params:Array, position:any) — method, class com.greensock.TimelineLite |
|
Adds a callback to the end of the timeline (or elsewhere using the "position" parameter)
- this is a convenience method that accomplishes exactly the same thing as
add( TweenLite.delayedCall(...) ) but with less code. |
| cancel — Event, 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, 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, class com.greensock.events.LoaderEvent |
| Dispatched when the loader aborts its loading. |
| CENTER — Constant Static Property, class com.greensock.layout.AlignMode |
| Align with the center of the area. |
| CENTER — Property, class com.greensock.layout.LiquidStage |
| center of the stage |
| centerOrigin — Property, class com.greensock.motionPaths.RectanglePath2D |
| If true, the origin (registration point) of the RectanglePath2D will be in its center rather than its upper left corner. |
| centerRegistration(value:Boolean) — method, 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:Boolean) — method, 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:Boolean) — method, 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, 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, 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. |
| channel — Property, 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:Boolean) — method, 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, 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, class com.greensock.loading.SWFLoader |
| Dispatched when any loader that the SWFLoader discovered in the subloaded swf dispatches a CANCEL event. |
| childCancel — Event, 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, 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, class com.greensock.loading.LoaderMax |
| Dispatched when any child of the LoaderMax instance completes. |
| childComplete — Event, class com.greensock.loading.SWFLoader |
| Dispatched when any loader that the SWFLoader discovered in the subloaded swf dispatches a COMPLETE event. |
| childComplete — Event, 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, 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, class com.greensock.loading.LoaderMax |
| Dispatched when any child of the LoaderMax instance fails to load. |
| childFail — Event, class com.greensock.loading.SWFLoader |
| Dispatched when any loader that the SWFLoader discovered in the subloaded swf dispatches a FAIL event. |
| childFail — Event, 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, 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, class com.greensock.loading.LoaderMax |
| Dispatched when any child of the LoaderMax instance starts loading. |
| childOpen — Event, class com.greensock.loading.SWFLoader |
| Dispatched when any loader that the SWFLoader discovered in the subloaded swf dispatches an OPEN event. |
| childOpen — Event, 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, 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, class com.greensock.loading.LoaderMax |
| Dispatched when any child of the LoaderMax instance dispatches a PROGRESS event. |
| childProgress — Event, class com.greensock.loading.SWFLoader |
| Dispatched when any loader that the SWFLoader discovered in the subloaded swf dispatches a PROGRESS event. |
| childProgress — Event, 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, 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 — final class, package com.greensock.easing |
|
Eases with an abrupt change in velocity either at the beginning (easeIn), the end (easeOut), or both (easeInOut). |
| circlePath2D(path:com.greensock.motionPaths:MotionPath, startAngle:Number, endAngle:Number, autoRotate:Boolean, direction:String, extraRevolutions:uint, rotationOffset:Number, useRadians:Boolean) — method, 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:Number, endAngle:Number, autoRotate:Boolean, direction:String, extraRevolutions:uint, rotationOffset:Number, useRadians:Boolean) — method, class com.greensock.data.TweenMaxVars |
|
Tweens an object along a CirclePath2D motion path in any direction (clockwise, counter-clockwise, or shortest). |
| CirclePath2D — class, package com.greensock.motionPaths |
|
[AS3 only] 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:Number, y:Number, radius:Number) — Constructor, class com.greensock.motionPaths.CirclePath2D |
|
Constructor
|
| CirclePath2DPlugin — class, package com.greensock.plugins |
|
[AS3 only] Tweens an object along a CirclePath2D motion path in any direction (clockwise, counter-clockwise, or shortest). |
| clear(labels:Boolean) — method, class com.greensock.TimelineLite |
|
Empties the timeline of all tweens, timelines, and callbacks (and optionally labels too). |
| clearVideo() — method, class com.greensock.loading.VideoLoader |
| Clears the video from the rawContent (the Video object). |
| CLOCKWISE — Constant Static Property, class com.greensock.motionPaths.Direction |
| |
| clone() — method, class com.greensock.events.LoaderEvent |
| |
| clone() — method, class com.greensock.events.TweenEvent |
| |
| clone() — method, class com.greensock.layout.DynamicPinPoint |
| |
| clone() — method, class com.greensock.layout.PinPoint |
| |
| _closeFallbackAudit() — method, class com.greensock.loading.core.DisplayObjectLoader |
| |
| _closeStream() — method, class com.greensock.loading.core.DisplayObjectLoader |
| |
| colorMatrixFilter(colorize:uint, amount:Number, saturation:Number, contrast:Number, brightness:Number, hue:Number, threshold:Number, remove:Boolean, addFilter:Boolean, index:int) — method, class com.greensock.data.TweenLiteVars |
|
ColorMatrixFilter tweening offers an easy way to tween a DisplayObject's saturation, hue, contrast,
brightness, and colorization. |
| colorMatrixFilter(colorize:uint, amount:Number, saturation:Number, contrast:Number, brightness:Number, hue:Number, threshold:Number, remove:Boolean, addFilter:Boolean, index:int) — method, class com.greensock.data.TweenMaxVars |
|
ColorMatrixFilter tweening offers an easy way to tween a DisplayObject's saturation, hue, contrast,
brightness, and colorization. |
| ColorMatrixFilterPlugin — class, package com.greensock.plugins |
|
[AS3/AS2 only] ColorMatrixFilter tweening offers an easy way to tween a DisplayObject's saturation, hue, contrast,
brightness, and colorization. |
| colorTransform(tint:Number, tintAmount:Number, exposure:Number, brightness:Number, redMultiplier:Number, greenMultiplier:Number, blueMultiplier:Number, alphaMultiplier:Number, redOffset:Number, greenOffset:Number, blueOffset:Number, alphaOffset:Number) — method, 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:Number, tintAmount:Number, exposure:Number, brightness:Number, redMultiplier:Number, greenMultiplier:Number, blueMultiplier:Number, alphaMultiplier:Number, redOffset:Number, greenOffset:Number, blueOffset:Number, alphaOffset:Number) — method, 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, package com.greensock.plugins |
|
[AS3/AS2 only] 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 |
| |
| com.greensock.utils — package |
| |
| complete — Event, class com.greensock.loading.core.LoaderCore |
| Dispatched when the loader completes. |
| COMPLETE — Constant Static Property, class com.greensock.events.LoaderEvent |
| Dispatched when the loader finishes loading. |
| COMPLETE — Constant Static Property, class com.greensock.events.TweenEvent |
| |
| COMPLETED — Constant Static Property, class com.greensock.loading.LoaderStatus |
| The loader has completed. |
| config(vars:Object) — method, class com.greensock.easing.RoughEase |
|
Permits customization of the ease with various parameters. |
| config(linearRatio:Number, power:Number, yoyoMode:Boolean) — method, class com.greensock.easing.SlowMo |
|
Permits customization of the ease with various parameters. |
| config(steps:int) — Static Method , class com.greensock.easing.SteppedEase |
|
Permits customization of the ease (defining a number of steps). |
| container(value:flash.display:DisplayObjectContainer) — method, class com.greensock.loading.data.ImageLoaderVars |
| A DisplayObjectContainer into which the ContentDisplay Sprite should be added immediately. |
| container(value:flash.display:DisplayObjectContainer) — method, class com.greensock.loading.data.SWFLoaderVars |
| A DisplayObjectContainer into which the ContentDisplay Sprite should be added immediately. |
| container(value:flash.display:DisplayObjectContainer) — method, class com.greensock.loading.data.VideoLoaderVars |
| A DisplayObjectContainer into which the ContentDisplay Sprite should be added immediately. |
| content — Property, class com.greensock.loading.LoaderMax |
| An array containing the content of each loader inside the LoaderMax |
| content — Property, class com.greensock.loading.VideoLoader |
| A ContentDisplay (a Sprite) that contains a Video object to which the NetStream is attached. |
| content — Property, 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, 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, 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, class com.greensock.loading.display.ContentDisplay |
|
Constructor
|
| contentDisplayClass — Static Property, 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:flash.system:LoaderContext) — method, 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:flash.media:SoundLoaderContext) — method, 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:flash.system:LoaderContext) — method, 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, class com.greensock.motionPaths.Direction |
| |
| create(name:String, segments:Array) — Static Method , class com.greensock.easing.CustomEase |
| |
| createAround(target:flash.display:DisplayObject, vars:Object, ... rest) — Static Method , class com.greensock.layout.AutoFitArea |
|
Creates an AutoFitArea with its initial dimensions fit precisely around a target DisplayObject. |
| createAround(target:flash.display:DisplayObject, vars:Object, ... rest) — Static Method , class com.greensock.layout.LiquidArea |
|
Creates an LiquidArea with its initial dimensions fit precisely around a target DisplayObject. |
| crop(value:Boolean) — method, 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:Boolean) — method, 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:Boolean) — method, 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, 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, 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, package com.greensock.loading |
|
Loads StyleSheet (CSS) data. |
| CSSLoader(urlOrRequest:any, vars:Object) — Constructor, class com.greensock.loading.CSSLoader |
|
Constructor
|
| CSSLoaderVars — class, 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:Object) — Constructor, class com.greensock.loading.data.CSSLoaderVars |
|
Constructor
|
| Cubic — final class, package com.greensock.easing |
|
Provides an easeIn, easeOut, and easeInOut with a power (or strength)
of 2 which is identical to the Power2 ease. |
| cubicToQuadratic(a:Number, b:Number, c:Number, d:Number) — Static Method , class com.greensock.plugins.BezierPlugin |
|
Using the fixed midpoint approach, we return an array of 4 quadratic Beziers that
closely approximates the cubic Bezier data provided. |
| currentLabel(value:String) — method, class com.greensock.TimelineMax |
|
Gets the closest label that is at or before the current time, or jumps to a provided label
(behavior depends on whether or not you pass a parameter to the method). |
| CustomEase — class, package com.greensock.easing |
|
[AS3/AS2 only] Facilitates creating custom bezier eases with the GreenSock Custom Ease Builder tool. |
| CustomEase(name:String, segments:Array) — Constructor, 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 |