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  
getActive(nested:Boolean, tweens:Boolean, timelines:Boolean) — method, class com.greensock.TimelineMax
Returns the tweens/timelines that are currently active in the timeline, meaning the timeline's playhead is positioned on the child tween/timeline and the child isn't paused.
getAllTweens(includeTimelines:Boolean) — Static Method , class com.greensock.TweenMax
Returns an array containing all tweens (and optionally timelines too, excluding the root timelines).
getAttachedObjects() — method, class com.greensock.layout.AutoFitArea
Returns an Array of all attached DisplayObjects.
getByStage(stage:flash.display:Stage) — Static Method , class com.greensock.layout.LiquidStage
Retrieves the LiquidStage instance associated with a particular stage.
getByTarget(target:Object) — Static Method , class com.greensock.utils.VelocityTracker
Returns the VelocityTracker associated with a particular object.
getChildAt(index:int) — method, class com.greensock.loading.LoaderMax
Returns the child that is at a particular position (zero-based index) in the queue.
getChildIndex(loader:com.greensock.loading.core:LoaderCore) — method, class com.greensock.loading.LoaderMax
Finds the index position of a particular loader in the LoaderMax.
getChildren(nested:Boolean, tweens:Boolean, timelines:Boolean, ignoreBeforeTime:Number) — method, class com.greensock.TimelineLite
Returns an array containing all the tweens and/or timelines nested in this timeline.
getChildren(includeNested:Boolean, omitLoaderMaxes:Boolean) — method, class com.greensock.loading.LoaderMax
Returns and array of all child loaders inside the LoaderMax, optionally exposing more deeply nested instances as well (like loaders inside a child LoaderMax instance).
getChildren(includeNested:Boolean, omitLoaderMaxes:Boolean) — method, class com.greensock.loading.SWFLoader
Returns and array of all LoaderMax-related loaders (if any) that were found inside the swf and had their requireWithRoot special vars property set to the swf's root.
getChildren(includeNested:Boolean, omitLoaderMaxes:Boolean) — method, class com.greensock.loading.XMLLoader
Returns and array of all LoaderMax-related loaders (if any) that were found inside the XML.
getChildrenByStatus(status:int, includeNested:Boolean, omitLoaderMaxes:Boolean) — method, class com.greensock.loading.LoaderMax
Returns and array of child loaders that currently have a particular status.
getClass(className:String) — method, class com.greensock.loading.SWFLoader
Searches the loaded swf (and any of its subloaded swfs that were loaded using SWFLoader) for a particular class by name.
getClosestProgress(target:Object) — method, class com.greensock.motionPaths.LinePath2D
Finds the closest overall progress value on the LinePath2D based on the target object's current position (x and y properties).
getContent(nameOrURL:String) — method, class com.greensock.loading.LoaderMax
Finds the content of a loader based on its name or url.
getContent(nameOrURL:String) — Static Method , class com.greensock.loading.LoaderMax
Searches ALL loaders to find content based on its name or url.
getContent(nameOrURL:String) — method, class com.greensock.loading.XMLLoader
Finds a particular loader's content from inside any loaders that were dynamically generated based on the xml data.
getCuePointTime(name:String) — method, class com.greensock.loading.VideoLoader
Finds a cue point by name and returns its corresponding time (where it is positioned in the video).
getFollower(target:Object) — method, class com.greensock.motionPaths.MotionPath
Returns the PathFollower instance associated with a particular target or null if none exists.
getLabelAfter(time:Number) — method, class com.greensock.TimelineMax
Returns the next label (if any) that occurs after the time parameter.
getLabelBefore(time:Number) — method, class com.greensock.TimelineMax
Returns the previous label (if any) that occurs before the time parameter.
getLabelsArray() — method, class com.greensock.TimelineMax
Returns an Array of label objects, each with a "time" and "name" property, in the order that they occur in the timeline.
getLabelTime(label:String) — method, class com.greensock.TimelineLite
Returns the time associated with a particular label.
getLoader(nameOrURL:String) — method, class com.greensock.loading.LoaderMax
Finds a loader based on its name or url.
getLoader(nameOrURL:String) — Static Method , class com.greensock.loading.LoaderMax
Searches ALL loaders to find one based on its name or url.
getLoader(nameOrURL:String) — method, class com.greensock.loading.XMLLoader
Finds a particular loader inside any LoaderMax instances that were discovered in the xml content.
getRatio(p:Number) — method, class com.greensock.easing.Ease
Translates the tween's progress ratio into the corresponding ease ratio.
getRatio(p:Number) — method, class com.greensock.easing.RoughEase
Translates the tween's progress ratio into the corresponding ease ratio.
getRatio(p:Number) — method, class com.greensock.easing.SlowMo
Translates the tween's progress ratio into the corresponding ease ratio.
getRatio(p:Number) — method, class com.greensock.easing.SteppedEase
Translates the tween's progress ratio into the corresponding ease ratio.
getSegment(progress:Number) — method, class com.greensock.motionPaths.LinePath2D
Finds the segment associated with a particular a progress value along the entire LinePath2D.
getSegmentProgress(segment:uint, progress:Number) — method, class com.greensock.motionPaths.LinePath2D
Translates the progress along a particular segment of the LinePath2D to an overall progress value, making it easy to position an object like "halfway along the 2nd segment of the line".
getSWFChild(name:String) — method, class com.greensock.loading.SWFLoader
Finds a DisplayObject that's on the root of the loaded SWF by name.
getter — Property, class com.greensock.layout.DynamicPinPoint
the function to be called which will return a Point object defining the new coordinates (based on the target's coordinate space)
getTweensOf(target:Object, nested:Boolean) — method, class com.greensock.TimelineLite
Returns the tweens of a particular object that are inside this timeline.
getTweensOf(target:any, onlyActive:Boolean) — Static Method , class com.greensock.TweenLite
Returns an array containing all the tweens of a particular target (or group of targets) that have not been released for garbage collection yet which typically happens within a few seconds after the tween completes.
getTweensOf(target:any, onlyActive:Boolean) — Static Method , class com.greensock.TweenMax
Returns an array containing all the tweens of a particular target (or group of targets) that have not been released for garbage collection yet which typically happens within a few seconds after the tween completes.
getVelocity(target:Object, prop:String) — Static Method , class com.greensock.plugins.ThrowPropsPlugin
Returns the current velocity of the given property and target object (only works if you started tracking the property using the ThrowPropsPlugin.track() or VelocityTracker.track() method).
getVelocity(prop:String) — method, class com.greensock.utils.VelocityTracker
Returns the current velocity of the given property.
glowFilter(blurX:Number, blurY:Number, color:uint, alpha:Number, strength:Number, inner:Boolean, knockout:Boolean, quality:uint, remove:Boolean, addFilter:Boolean, index:int) — method, class com.greensock.data.TweenLiteVars
Tweens a GlowFilter
glowFilter(blurX:Number, blurY:Number, color:uint, alpha:Number, strength:Number, inner:Boolean, knockout:Boolean, quality:uint, remove:Boolean, addFilter:Boolean, index:int) — method, class com.greensock.data.TweenMaxVars
Tweens a GlowFilter
GlowFilterPlugin — class, package com.greensock.plugins
[AS3/AS2 only] Tweens a GlowFilter.
gotoSoundTime(time:Number, forcePlay:Boolean, resetRepeatCount:Boolean) — method, class com.greensock.loading.MP3Loader
Attempts to jump to a certain time in the sound.
gotoVideoCuePoint(name:String, forcePlay:Boolean, skipCuePoints:Boolean) — method, class com.greensock.loading.VideoLoader
Attempts to jump to a certain cue point (either a cue point that was embedded in the video itself when it was encoded or a cue point that was added via addASCuePoint()).
gotoVideoTime(time:Number, forcePlay:Boolean, skipCuePoints:Boolean) — method, class com.greensock.loading.VideoLoader
Attempts to jump to a certain time in the video.
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