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, tweens, timelines) — Method in class com.greensock.TimelineMax
Returns the tweens/timelines that are currently active in the timeline.
getAllTweens() — Static method in class com.greensock.TweenMax
Returns all tweens that are in the masterList.
getChildren(nested, tweens, timelines, ignoreBeforeTime) — Method in class com.greensock.TimelineLite
Provides an easy way to get all of the tweens and/or timelines nested in this timeline (as an Array).
getLabelAfter(time) — Method in class com.greensock.TimelineMax
Returns the next label (if any) that occurs AFTER the time parameter.
getLabelBefore(time) — Method in class com.greensock.TimelineMax
Returns the previous label (if any) that occurs BEFORE the time parameter.
getLabelTime(label) — Method in class com.greensock.TimelineLite
Returns the time associated with a particular label.
getTweensOf(target, nested) — Method in class com.greensock.TimelineLite
Returns the tweens of a particular object that are inside this timeline.
getTweensOf(target) — Static method in class com.greensock.TweenMax
Gets all the tweens of a particular object.
globalTimeScale — Static property in class com.greensock.TweenMax
Multiplier describing the speed of the root timelines where 1 is normal speed, 0.5 is half-speed, 2 is double speed, etc.
GlowFilterPlugin — Class in package com.greensock.plugins
Tweens a GlowFilter.
goto(timeOrLabel, suppressEvents) — Method in class com.greensock.TimelineLite
Skips to a particular time, frame, or label without changing the paused state of the timeline
gotoAndPlay(timeOrLabel, suppressEvents) — Method in class com.greensock.TimelineLite
Skips to a particular time, frame, or label and plays the timeline forwards from there (unpausing it)
gotoAndStop(timeOrLabel, suppressEvents) — Method in class com.greensock.TimelineLite
Skips to a particular time, frame, or label and stops the timeline (pausing it)
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