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). |
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. |
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. |
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.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. |
getRule(selector:String) — Static Method , class com.greensock.plugins.CSSRulePlugin |
|
Provides a simple way to find the style sheet object associated with a particular selector like ".myClass" or "#myID". |
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) — 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) — 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. |
|
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 |