Package | gs.plugins |
Class | public class FramePlugin |
Inheritance | FramePlugin ![]() |
Property | Defined by | ||
---|---|---|---|
changeFactor : Number [write-only]
| FramePlugin | ||
frame : int | FramePlugin | ||
![]() | 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 | ||
---|---|---|---|
![]() | _changeFactor : Number = 0 | TweenPlugin | |
_target : MovieClip | FramePlugin | ||
![]() | _tweens : Array | TweenPlugin |
Method | Defined by | ||
---|---|---|---|
FramePlugin
() | FramePlugin | ||
![]() |
activate($plugins:Array):Boolean
[static]
Handles integrating the plugin into the GreenSock tweening platform.
| TweenPlugin | |
![]() |
killProps($lookup:Object):void
Gets called on plugins that have multiple overwritable properties by OverwriteManager when
in AUTO mode.
| TweenPlugin | |
FramePlugin |
Constant | Defined by | ||
---|---|---|---|
API : Number = 1.0 [static]
| FramePlugin | ||
VERSION : Number = 1.01 [static]
| FramePlugin |
changeFactor | property |
changeFactor:Number
[write-only]Implementation
public function set changeFactor(value:Number):void
frame | property |
public var frame:int
_target | property |
protected var _target:MovieClip
FramePlugin | () | constructor |
public function FramePlugin()
Init Parameters
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