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, class com.greensock.core.Animation |
| A place to store any data you want (initially populated with vars.data if it exists). |
defaultEase — Static Property, class com.greensock.TweenLite |
| Provides An easy way to change the default easing equation. |
defaultOverwrite — Static Property, class com.greensock.TweenLite |
| Provides An easy way to change the default overwrite mode. |
delay(value:Number) — method, class com.greensock.core.Animation |
|
Gets or sets the animation's initial delay which is the length of time in seconds
(or frames for frames-based tweens) before the animation should begin. |
delayedCall(delay:Number, callback:Function, params:Array, scope:any, useFrames:Boolean) — Static Method , class com.greensock.TweenLite |
|
Provides a simple way to call a function after a set amount of time (or frames). |
delayedCall(delay:Number, callback:Function, params:Array, scope:any, useFrames:Boolean) — Static Method , class com.greensock.TweenMax |
|
Provides a simple way to call a function after a set amount of time (or frames). |
duration(value:Number) — method, class com.greensock.TimelineLite |
|
Gets the timeline's duration or, if used as a setter, adjusts the timeline's
timeScale to fit it within the specified duration. |
duration(value:Number) — method, class com.greensock.core.Animation |
|
Gets or sets the animation's duration, not including any repeats or repeatDelays
(which are only available in TweenMax and TimelineMax). |
|
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 |