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  
data — Property in class com.greensock.core.TweenCore
Place to store any data you want.
defaultEase — Static property in class com.greensock.TweenLite
Provides an easy way to change the default easing equation.
delay — Property in class com.greensock.core.TweenCore
Length of time in seconds (or frames for frames-based tweens/timelines) before the tween should begin.
delayedCall(delay, onComplete, onCompleteParams, useFrames) — Static method in class com.greensock.TweenLite
Provides a simple way to call a function after a set amount of time (or frames).
delayedCall(delay, onComplete, onCompleteParams, useFrames) — Static method in class com.greensock.TweenMax
Provides a simple way to call a function after a set amount of time (or frames).
delayedCall(delay, onComplete, onCompleteParams, useFrames) — Static method in class com.greensock.TweenNano
Provides a simple way to call a function after a set amount of time (or frames).
DropShadowFilterPlugin — Class in package com.greensock.plugins
Tweens a DropShadowFilter.
duration — Property in class com.greensock.TimelineLite
Duration of the timeline in seconds (or frames for frames-based timelines) not including any repeats or repeatDelays.
duration — Property in class com.greensock.TweenNano
Duration of the tween in seconds (or in frames if "useFrames" is true).
duration — Property in class com.greensock.core.TweenCore
Duration of the tween in seconds (or frames for frames-based tweens/timelines) not including any repeats or repeatDelays.
DynamicPropsPlugin — Class in package com.greensock.plugins
If you'd like to tween something to a destination value that may change at any time, DynamicPropsPlugin allows you to simply associate a function with a property so that every time the tween is updated, it calls that function to get the new destination value for the associated property.
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