Package | gs.plugins |
Class | public class EndArrayPlugin |
Inheritance | EndArrayPlugin ![]() |
Property | Defined by | ||
---|---|---|---|
changeFactor : Number [write-only]
| EndArrayPlugin | ||
![]() | onComplete : Function
Called when the tween is complete.
| TweenPlugin | |
![]() | overwriteProps : Array
Array containing the names of the properties that should be overwritten in OverwriteManager's
AUTO mode.
| TweenPlugin | |
![]() | propName : String
Name of the special property that the plugin should intercept/handle
| TweenPlugin | |
![]() | round : Boolean
If the values should be rounded to the nearest integer, set this to true.
| TweenPlugin |
Property | Defined by | ||
---|---|---|---|
_a : Array | EndArrayPlugin | ||
![]() | _changeFactor : Number = 0 | TweenPlugin | |
_info : Array | EndArrayPlugin | ||
![]() | _tweens : Array | TweenPlugin |
Method | Defined by | ||
---|---|---|---|
EndArrayPlugin | |||
![]() |
activate($plugins:Array):Boolean
[static]
Handles integrating the plugin into the GreenSock tweening platform.
| TweenPlugin | |
init($start:Array, $end:Array):void
| EndArrayPlugin | ||
![]() |
killProps($lookup:Object):void
Gets called on plugins that have multiple overwritable properties by OverwriteManager when
in AUTO mode.
| TweenPlugin | |
EndArrayPlugin |
Constant | Defined by | ||
---|---|---|---|
API : Number = 1.0 [static]
| EndArrayPlugin | ||
VERSION : Number = 1.01 [static]
| EndArrayPlugin |
_a | property |
protected var _a:Array
changeFactor | property |
changeFactor:Number
[write-only]Implementation
public function set changeFactor(value:Number):void
_info | property |
protected var _info:Array
EndArrayPlugin | () | constructor |
public function EndArrayPlugin()
Init Parameters
init | () | method |
public function init($start:Array, $end:Array):void
Parameters
$start:Array |
|
$end:Array |
onInitTween | () | method |
public override function onInitTween($target:Object, $value:TweenLite, $tween:*):Boolean
Parameters
$target:Object |
|
$value:TweenLite |
|
$tween:* |
Boolean |
API | constant |
public static const API:Number = 1.0
VERSION | constant |
public static const VERSION:Number = 1.01