| 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 |
| kill(target:any) — method, class com.greensock.TweenNano |
|
Kills the tween, stopping it immediately. |
| kill(vars:Object, target:Object) — method, class com.greensock.core.Animation |
|
Kills the animation entirely or in part depending on the parameters. |
| _kill(lookup:Object) — method, class com.greensock.plugins.MotionBlurPlugin |
| |
| killAll(complete:Boolean, tweens:Boolean, delayedCalls:Boolean, timelines:Boolean) — Static Method , class com.greensock.TweenMax |
|
Kills all tweens and/or delayedCalls/callbacks, and/or timelines, optionally forcing them to
completion first. |
| killChildTweensOf(parent:flash.display:DisplayObjectContainer, complete:Boolean) — Static Method , class com.greensock.TweenMax |
|
[AS3/AS2 only]
Kills all tweens of the children of a particular MovieClip/DisplayObjectContainer, optionally forcing them to completion first. |
| killDelayedCallsTo(func:Function) — Static Method , class com.greensock.TweenLite |
|
Immediately kills all of the delayedCalls to a particular function. |
| killDelayedCallsTo(func:Function) — Static Method , class com.greensock.TweenMax |
|
Immediately kills all of the delayedCalls to a particular function. |
| killTweensOf(target:any, onlyActive:any, vars:Object) — Static Method , class com.greensock.TweenLite |
|
Kills all the tweens (or specific tweening properties) of a particular object or delayedCalls
to a particular function. |
| killTweensOf(target:any, onlyActive:any, vars:Object) — Static Method , class com.greensock.TweenMax |
|
Kills all the tweens (or specific tweening properties) of a particular object or
the delayedCalls to a particular function. |
| killTweensOf(target:Object) — Static Method , class com.greensock.TweenNano |
|
Kills all the tweens of a particular object or the delayedCalls to a particular function. |
|
| 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 |