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  
target — Property, class com.greensock.TweenLite
[READ-ONLY] Target object (or array of objects) whose properties the tween affects.
ticker — Static Property, class com.greensock.TweenLite
The object that dispatches a "tick" event each time the engine updates, making it easy for you to add your own listener(s) to run custom logic after each update (great for game developers).
ticker — Static Property, class com.greensock.TweenMax
The object that dispatches a "tick" event each time the engine updates, making it easy for you to add your own listener(s) to run custom logic after each update (great for game developers).
ticker — Static Property, class com.greensock.core.Animation
The object that dispatches a "tick" event each time the engine updates, making it easy for you to add your own listener(s) to run custom logic after each update (great for game developers).
time(value:Number, suppressEvents:Boolean) — method, class com.greensock.TimelineMax
Gets or sets the local position of the playhead (essentially the current time), not including any repeats or repeatDelays.
time(value:Number, suppressEvents:Boolean) — method, class com.greensock.TweenMax
Gets or sets the local position of the playhead (essentially the current time), not including any repeats or repeatDelays.
time(value:Number, suppressEvents:Boolean) — method, class com.greensock.core.Animation
Gets or sets the local position of the playhead (essentially the current time), described in seconds (or frames for frames-based animations) which will never be less than 0 or greater than the animation's duration.
timeline — Property, class com.greensock.core.Animation
[Read-only] Parent timeline.
TimelineLite — class, package com.greensock
TimelineLite is a powerful sequencing tool that acts as a container for tweens and other timelines, making it simple to control them as a whole and precisely manage their timing.
TimelineLite(vars:Object) — Constructor, class com.greensock.TimelineLite
Constructor.
TimelineMax — class, package com.greensock
TimelineMax extends TimelineLite, offering exactly the same functionality plus useful (but non-essential) features like repeat, repeatDelay, yoyo, currentLabel(), addCallback(), removeCallback(), tweenTo(), tweenFromTo(), getLabelAfter(), getLabelBefore(), getActive() (and probably more in the future).
TimelineMax(vars:Object) — Constructor, class com.greensock.TimelineMax
Constructor.
timeScale(value:Number) — method, class com.greensock.core.Animation
Factor that's used to scale time in the animation where 1 = normal speed (the default), 0.5 = half speed, 2 = double speed, etc.
to(target:Object, duration:Number, vars:Object, offsetOrLabel:any, baseTimeOrLabel:any) — method, class com.greensock.TimelineLite
Appends a TweenLite.to() tween to the end of the timeline (or elsewhere) - this is a convenience method that accomplishes exactly the same thing as append( TweenLite.to(...) ) but with less code.
to(target:Object, duration:Number, vars:Object) — Static Method , class com.greensock.TweenLite
Static method for creating a TweenLite instance that animates to the specified destination values (from the current values).
to(target:Object, duration:Number, vars:Object) — Static Method , class com.greensock.TweenMax
Static method for creating a TweenMax instance that animates to the specified destination values (from the current values).
totalDuration(value:Number) — method, class com.greensock.TimelineLite
Gets the timeline's total duration or, if used as a setter, adjusts the timeline's timeScale to fit it within the specified duration.
totalDuration(value:Number) — method, class com.greensock.TimelineMax
Gets or sets the total duration of the timeline in seconds (or frames for frames-based timelines) including any repeats or repeatDelays.
totalDuration(value:Number) — method, class com.greensock.TweenMax
Gets or sets the total duration of the tween in seconds (or frames for frames-based tweens) including any repeats or repeatDelays.
totalDuration(value:Number) — method, class com.greensock.core.Animation
Gets or sets the animation's total duration including any repeats or repeatDelays (which are only available in TweenMax and TimelineMax).
totalProgress(value:Number) — method, class com.greensock.TimelineMax
Gets or sets the timeline's totalProgress which is a value between 0 and 1 indicating the position of the virtual playhead (including repeats) where 0 is at the beginning, 0.5 is halfway complete, and 1 is complete.
totalProgress(value:Number) — method, class com.greensock.TweenMax
Gets or sets the tween's totalProgress which is a value between 0 and 1 indicating the position of the virtual playhead (including repeats) where 0 is at the beginning, 0.5 is halfway complete, and 1 is complete.
totalTime(time:Number, suppressEvents:Boolean) — method, class com.greensock.core.Animation
Gets or sets the position of the playhead according to the totalDuration which includes any repeats and repeatDelays (only available in TweenMax and TimelineMax).
tweenFromTo(fromTimeOrLabel:any, toTimeOrLabel:any, vars:Object) — method, class com.greensock.TimelineMax
Creates a linear tween that essentially scrubs the playhead from a particular time or label to another time or label and then stops.
TweenLite — class, package com.greensock
TweenLite is an extremely fast, lightweight, and flexible animation tool that serves as the foundation of the GreenSock Animation Platform (GSAP), available in AS2, AS3, and JavaScript.
TweenLite(target:Object, duration:Number, vars:Object) — Constructor, class com.greensock.TweenLite
Constructor
TweenMax — class, package com.greensock
TweenMax extends TweenLite, adding many useful (but non-essential) features like timeScale(), repeat(), repeatDelay(), yoyo(), updateTo(), and more.
TweenMax(target:Object, duration:Number, vars:Object) — Constructor, class com.greensock.TweenMax
Constructor
TweenPlugin — class, package com.greensock.plugins
TweenPlugin is the base class for all TweenLite and TweenMax plugins, but generally isn't used directly.
tweenTo(timeOrLabel:any, vars:Object) — method, class com.greensock.TimelineMax
Creates a linear tween that essentially scrubs the playhead to a particular time or label and then stops.
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