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 in class com.greensock.TweenLite
Target object whose properties this tween affects.
target — Property in class com.greensock.TweenNano
Target object whose properties this tween affects.
target — Property in class com.greensock.core.PropTween
Target object
timeline — Property in class com.greensock.core.TweenCore
The parent timeline on which the tween/timeline is placed.
TimelineLite — Class in package com.greensock
TimelineLite is a lightweight, intuitive timeline class for building and managing sequences of TweenLite, TweenMax, TimelineLite, and/or TimelineMax instances.
TimelineLite(vars) — Constructor in class com.greensock.TimelineLite
Constructor.
TimelineMax — Class in package com.greensock
TimelineMax extends TimelineLite, offering exactly the same functionality plus useful (but non-essential) features like AS3 event dispatching, repeat, repeatDelay, yoyo, currentLabel, addCallback(), removeCallback(), tweenTo(), getLabelAfter(), getLabelBefore(), and getActive() (and probably more in the future).
TimelineMax(vars) — Constructor in class com.greensock.TimelineMax
Constructor.
timeScale — Property in class com.greensock.TimelineLite
Multiplier describing the speed of the timeline where 1 is normal speed, 0.5 is half-speed, 2 is double speed, etc.
timeScale — Property in class com.greensock.TweenMax
Multiplier describing the speed of the timeline where 1 is normal speed, 0.5 is half-speed, 2 is double speed, etc.
TintPlugin — Class in package com.greensock.plugins
To change a DisplayObject's tint/color, set this to the hex value of the tint you'd like to end up at (or begin at if you're using TweenMax.from()).
to(target, duration, vars) — Static method in class com.greensock.TweenLite
Static method for creating a TweenLite instance.
to(target, duration, vars) — Static method in class com.greensock.TweenMax
Static method for creating a TweenMax instance.
to(target, duration, vars) — Static method in class com.greensock.TweenNano
Static method for creating a TweenNano instance which can be more intuitive for some developers and shields them from potential garbage collection issues that could arise when assigning a tween instance to a variable that persists.
totalDuration — Property in class com.greensock.TimelineLite
Duration of the timeline in seconds (or frames for frames-based timelines) including any repeats or repeatDelays.
totalDuration — Property in class com.greensock.TimelineMax
Duration of the timeline in seconds (or frames for frames-based timelines) including any repeats or repeatDelays.
totalDuration — Property in class com.greensock.TweenMax
Duration of the tween in seconds (or frames for frames-based timelines) including any repeats or repeatDelays.
totalDuration — Property in class com.greensock.core.TweenCore
Duration of the tween in seconds (or frames for frames-based tweens/timelines) including any repeats or repeatDelays (which are only available on TweenMax and TimelineMax).
totalProgress — Property in class com.greensock.TimelineMax
Value between 0 and 1 indicating the overall progress of the timeline according to its totalDuration where 0 is at the beginning, 0.5 is halfway finished, and 1 is finished.
totalProgress — Property in class com.greensock.TweenMax
Value between 0 and 1 indicating the overall progress of the tween according to its totalDuration where 0 is at the beginning, 0.5 is halfway finished, and 1 is finished.
totalTime — Property in class com.greensock.core.TweenCore
Most recently rendered time (or frame for frames-based tweens/timelines) according to its totalDuration.
TransformAroundCenterPlugin — Class in package com.greensock.plugins
Normally, all transformations (scale, rotation, and position) are based on the DisplayObject's registration point (most often its upper left corner), but TransformAroundCenter allows you to make the transformations occur around the DisplayObject's center.
TransformAroundPointPlugin — Class in package com.greensock.plugins
Normally, all transformations (scale, rotation, and position) are based on the DisplayObject's registration point (most often its upper left corner), but TransformAroundPoint allows you to define ANY point around which transformations will occur during the tween.
TransformMatrixPlugin — Class in package com.greensock.plugins
TransformMatrixPlugin allows you to tween a DisplayObject's transform.matrix values directly (a, b, c, d, tx, and ty) or use common properties like x, y, scaleX, scaleY, skewX, skewY, and rotation.
TweenCore — Class in package com.greensock.core
TweenCore is the base class for all TweenLite, TweenMax, TimelineLite, and TimelineMax classes and provides core functionality and properties.
TweenCore(duration, vars) — Constructor in class com.greensock.core.TweenCore
TweenEvent — Class in package com.greensock.events
Used for dispatching events from the GreenSock Tweening Platform.
TweenEvent(type, bubbles, cancelable) — Constructor in class com.greensock.events.TweenEvent
TweenLite — Class in package com.greensock
TweenLite is an extremely fast, lightweight, and flexible tweening engine that serves as the foundation of the GreenSock Tweening Platform.
TweenLite(target, duration, vars) — Constructor in class com.greensock.TweenLite
Constructor
TweenMax — Class in package com.greensock
TweenMax extends the extremely lightweight, fast TweenLite engine, adding many useful features like timeScale, event dispatching, setDestination(), yoyo, repeat, repeatDelay, rounding, and more.
TweenMax(target, duration, vars) — Constructor in class com.greensock.TweenMax
Constructor
TweenNano — Class in package com.greensock
TweenNano is a super-lightweight (1.6k in AS3 and 2k in AS2) version of TweenLite and is only recommended for situations where you absolutely cannot afford the extra 3.1k (4.7k total) that the normal TweenLite engine would cost and your project doesn't require any plugins.
TweenNano(target, duration, vars) — Constructor in class com.greensock.TweenNano
Constructor
TweenPlugin — Class in package com.greensock.plugins
TweenPlugin is the base class for all TweenLite/TweenMax plugins.
TweenPlugin() — Constructor in class com.greensock.plugins.TweenPlugin
tweenTo(timeOrLabel, vars) — Method in 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