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  
data — Property, class com.greensock.core.Animation
A place to store any data you want (initially populated with vars.data if it exists).
data(data:any) — method, class com.greensock.data.TweenLiteVars
Any generic data that you'd like associated with your tween.
data(data:any) — method, class com.greensock.data.TweenMaxVars
Any generic data that you'd like associated with your tween.
data — Property, class com.greensock.events.LoaderEvent
Event-related data which varies based on the type of event.
data — Property, class com.greensock.loading.display.ContentDisplay
Arbitrary data that you can associate with the ContentDisplay instance.
data — Property, class com.greensock.loading.display.FlexContentDisplay
Arbitrary data that you can associate with the FlexContentDisplay instance.
DataLoader — class, package com.greensock.loading
Loads generic data which can be text (the default), binary data, or URL-encoded variables.
DataLoader(urlOrRequest:any, vars:Object) — Constructor, class com.greensock.loading.DataLoader
Constructor
DataLoaderVars — class, package com.greensock.loading.data
Can be used instead of a generic Object to define the vars parameter of a DataLoader's constructor.
DataLoaderVars(vars:Object) — Constructor, class com.greensock.loading.data.DataLoaderVars
Constructor
deactivate() — method, class com.greensock.text.FlexSplitTextField
When a FlexSplitTextField is activated, it swaps the source's original TextField back into the display list.
deactivate() — method, class com.greensock.text.SplitTextField
When a SplitTextField is deactivated, it swaps the source TextField back into the display list.
deblocking(value:int) — method, class com.greensock.loading.data.VideoLoaderVars
Indicates the type of filter applied to decoded video as part of post-processing.
defaultAuditSize — Static Property, class com.greensock.loading.LoaderMax
Controls the default value of auditSize in LoaderMax instances (normally true).
defaultAutoForceGC — Static Property, class com.greensock.loading.core.DisplayObjectLoader
By default, LoaderMax will automatically attempt to force garbage collection when a SWFLoader or ImageLoader is unloaded or cancelled but if you prefer to skip this measure, set defaultAutoForceGC to false.
defaultContext — Static Property, class com.greensock.loading.LoaderMax
Optionally define a default LoaderContext to use with SWFLoaders and ImageLoaders.
defaultEase — Static Property, class com.greensock.TweenLite
Provides An easy way to change the default easing equation.
defaultEase — Static Property, class com.greensock.TweenNano
Provides An easy way to change the default easing equation.
defaultEstimatedBytes — Static Property, class com.greensock.loading.LoaderMax
The default value that will be used for the estimatedBytes on loaders that don't declare one in the vars parameter of the constructor.
defaultOverwrite — Static Property, class com.greensock.TweenLite
Provides An easy way to change the default overwrite mode.
defaultResistance — Static Property, class com.greensock.plugins.ThrowPropsPlugin
The default resistance that is used to calculate how long it will take for the tweening property (or properties) to come to rest by the static ThrowPropsPlugin.to() and ThrowPropsPlugin.calculateTweenDuration() methods.
defaultStage — Static Property, class com.greensock.layout.LiquidStage
Refers to the first LiquidStage instance created (or you can set it to any other instance) - it serves as an easy way to reference a LiquidStage through a static variable.
delay(value:Number) — method, class com.greensock.core.Animation
Gets or sets the animation's initial delay which is the length of time in seconds (or frames for frames-based tweens) before the animation should begin.
delay(delay:Number) — method, class com.greensock.data.TweenLiteVars
The number of seconds (or frames for frames-based tweens) to delay before the tween begins.
delay(delay:Number) — method, class com.greensock.data.TweenMaxVars
The number of seconds (or frames for frames-based tweens) to delay before the tween begins.
delayedCall(delay:Number, callback:Function, params:Array, useFrames:Boolean) — Static Method , class com.greensock.TweenLite
Provides a simple way to call a function after a set amount of time (or frames).
delayedCall(delay:Number, callback:Function, params:Array, useFrames:Boolean) — Static Method , class com.greensock.TweenMax
Provides a simple way to call a function after a set amount of time (or frames).
delayedCall(delay:Number, callback:Function, params:Array, useFrames:Boolean) — Static Method , class com.greensock.TweenNano
Provides a simple way to call a function after a set amount of time (or frames).
destroy() — method, class com.greensock.easing.CustomEase
destroy() — method, class com.greensock.layout.AutoFitArea
Destroys the instance by releasing all DisplayObjects, setting preview to false, and nulling references to the parent, ensuring that garbage collection isn't hindered.
destroy() — method, class com.greensock.layout.LiquidArea
Destroys the instance by releasing all DisplayObjects, setting preview to false, and nulling references to the parent, ensuring that garbage collection isn't hindered.
destroy() — method, class com.greensock.layout.PinPoint
Destroys the PinPoint, making it eligible for garbage collection.
destroy() — method, class com.greensock.text.FlexSplitTextField
Deactivates the FlexSplitTextField (swapping the original TextField back into place) and deletes all child TextFields that resulted from the split operation, and nulls references to the source so that it's eligible for garbage collection.
destroy() — method, class com.greensock.text.SplitTextField
Deactivates the SplitTextField (swapping the original TextField back into place) and deletes all child TextFields that resulted from the split operation, and nulls references to the source so that it's eligible for garbage collection.
Direction — class, package com.greensock.motionPaths
[AS3 only] Constants for defining the direction in which to travel on a MotionPath (like CLOCKWISE, COUNTER_CLOCKWISE, SHORTEST, etc.).
DirectionalRotationPlugin — class, package com.greensock.plugins
Tweens any rotation-related property to another value in a particular direction which can be either clockwise ("_cw" suffix), counter-clockwise ("_ccw" suffix), or in the shortest direction ("_short" suffix) in which case the plugin chooses the direction based on the shortest path.
disableBitmapMode(event:flash.events:Event) — method, class com.greensock.BlitMask
Identical to setting bitmapMode = false but this method simplifies adding that functionality to tweens or using it as an event handler.
disableBitmapMode(event:flash.events:Event) — method, class com.greensock.FlexBlitMask
Identical to setting bitmapMode = false but this method simplifies adding that functionality to tweens or using it as an event handler.
disableTweenMode() — method, class com.greensock.layout.AutoFitArea
Disables 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.
dispatchEvent(event:flash.events:Event) — method, class com.greensock.layout.PinPoint
DisplayObjectLoader — class, package com.greensock.loading.core
Serves as the base class for SWFLoader and ImageLoader.
DisplayObjectLoader(urlOrRequest:any, vars:Object) — Constructor, class com.greensock.loading.core.DisplayObjectLoader
Constructor
dispose() — method, class com.greensock.BlitMask
Disposes of the BlitMask and its internal BitmapData instances, releasing them for garbage collection.
dispose() — method, class com.greensock.FlexBlitMask
Disposes of the FlexBlitMask and its internal BitmapData instances, releasing them for garbage collection.
dispose(flushContent:Boolean) — method, class com.greensock.loading.core.LoaderCore
Disposes of the loader and releases it internally for garbage collection.
dispose(unloadLoader:Boolean, disposeLoader:Boolean) — method, class com.greensock.loading.display.ContentDisplay
Removes the ContentDisplay from the display list (if necessary), dumps the rawContent, and calls unload() and dispose() on the loader (unless you define otherwise with the optional parameters).
dispose(unloadLoader:Boolean, disposeLoader:Boolean) — method, class com.greensock.loading.display.FlexContentDisplay
Removes the FlexContentDisplay from the display list (if necessary), dumps the rawContent, and calls unload() and dispose() on the loader (unless you define otherwise with the optional parameters).
DISPOSED — Constant Static Property, class com.greensock.loading.LoaderStatus
The loader has been disposed.
distribute(targets:Array, min:Number, max:Number, autoRotate:Boolean, rotationOffset:Number) — method, class com.greensock.motionPaths.MotionPath
Distributes objects evenly along the MotionPath.
dropShadowFilter(distance:Number, blurX:Number, blurY:Number, alpha:Number, angle:Number, color:uint, strength:Number, inner:Boolean, knockout:Boolean, hideObject:Boolean, quality:uint, remove:Boolean, addFilter:Boolean, index:int) — method, class com.greensock.data.TweenLiteVars
Tweens a DropShadowFilter.
dropShadowFilter(distance:Number, blurX:Number, blurY:Number, alpha:Number, angle:Number, color:uint, strength:Number, inner:Boolean, knockout:Boolean, hideObject:Boolean, quality:uint, remove:Boolean, addFilter:Boolean, index:int) — method, class com.greensock.data.TweenMaxVars
Tweens a DropShadowFilter.
DropShadowFilterPlugin — class, package com.greensock.plugins
[AS3/AS2 only] Tweens a DropShadowFilter.
duration(value:Number) — method, class com.greensock.TimelineLite
Gets the timeline's duration or, if used as a setter, adjusts the timeline's timeScale to fit it within the specified duration.
duration(value:Number) — method, class com.greensock.TweenMax
Gets or sets the animation's duration, not including any repeats or repeatDelays (which are only available in TweenMax and TimelineMax).
duration(value:Number) — method, class com.greensock.core.Animation
Gets or sets the animation's duration, not including any repeats or repeatDelays (which are only available in TweenMax and TimelineMax).
duration — Property, class com.greensock.loading.MP3Loader
The duration (in seconds) of the sound.
duration — Property, class com.greensock.loading.VideoLoader
The duration (in seconds) of the video.
DynamicPinPoint — class, package com.greensock.layout
Sometimes it's useful to have a PinPoint base its coordinates on some custom criteria, like the edge of another DisplayObject or the center of an object whose width/height changes frequently, so DynamicPinPoint allows you to associate a function (one you define) that returns a Point instance that will determine the DynamicPinPoint's x/y values.
DynamicPinPoint(target:flash.display:DisplayObject, getter:Function, liquidStage:com.greensock.layout:LiquidStage) — Constructor, class com.greensock.layout.DynamicPinPoint
Constructor
dynamicProps(props:Object, params:Object) — method, class com.greensock.data.TweenLiteVars
If you'd like to tween something to a destination value that may change at any time, dynamicProps allows you to simply associate a function with a property so that every time the tween is rendered, it calls that function to get the new destination value for the associated property.
dynamicProps(props:Object, params:Object) — method, class com.greensock.data.TweenMaxVars
If you'd like to tween something to a destination value that may change at any time, dynamicProps allows you to simply associate a function with a property so that every time the tween is rendered, it calls that function to get the new destination value for the associated property.
DynamicPropsPlugin — class, package com.greensock.plugins
[AS3/AS2 only] If you'd like to tween something to a destination value that may change at any time, DynamicPropsPlugin allows you to simply associate a function with a property so that every time the tween is rendered, it calls that function to get the new destination value for the associated property.
dynamicTween(duration:Number, vars:Object) — method, class com.greensock.layout.LiquidArea
If you want to tween a LiquidArea's transform properties (like x, y, width, height, scaleX, or scaleY), you may want the destination values to be dynamically affected by LiquidStage resizes and that's exactly what dynamicTween() allows.
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