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 |
insert(value:any, timeOrLabel:any) — method, class com.greensock.TimelineLite |
|
Inserts a tween, timeline, callback, or label into the timeline at a specific time, frame,
or label. |
insert(tween:any, time:any) — method, class com.greensock.core.SimpleTimeline |
|
Inserts a TweenLite, TweenMax, TimelineLite, or TimelineMax instance into the timeline at a specific time. |
insertMultiple(tweens:Array, timeOrLabel:any, align:String, stagger:Number) — method, class com.greensock.TimelineLite |
|
Inserts multiple tweens/timelines/callbacks/labels into the timeline at once, optionally aligning them
(as a sequence for example) and/or staggering the timing. |
invalidate() — method, class com.greensock.TimelineLite |
|
Clears any initialization data (like starting/ending values in tweens) which can be useful if, for example,
you want to restart a tween without reverting to any previously recorded starting values. |
invalidate() — method, class com.greensock.TimelineMax |
|
Clears any initialization data (like starting/ending values in tweens) which can be useful if, for example,
you want to restart a tween without reverting to any previously recorded starting values. |
invalidate() — method, class com.greensock.TweenLite |
|
Clears any initialization data (like starting/ending values in tweens) which can be useful if, for example,
you want to restart a tween without reverting to any previously recorded starting values. |
invalidate() — method, class com.greensock.TweenMax |
|
Clears any initialization data (like starting/ending values in tweens) which can be useful if, for example,
you want to restart a tween without reverting to any previously recorded starting values. |
invalidate() — method, class com.greensock.core.Animation |
|
Clears any initialization data (like starting/ending values in tweens) which can be useful if, for example,
you want to restart a tween without reverting to any previously recorded starting values. |
isTweening(target:Object) — Static Method , class com.greensock.TweenMax |
|
Reports whether or not a particular object is actively tweening. |
|
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 |