Package | gs.plugins |
Class | public class VisiblePlugin |
Inheritance | VisiblePlugin ![]() |
Property | Defined by | ||
---|---|---|---|
changeFactor : Number [write-only]
| VisiblePlugin | ||
![]() | 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 : Object | VisiblePlugin | ||
_tween : TweenLite | VisiblePlugin | ||
![]() | _tweens : Array | TweenPlugin | |
_visible : Boolean | VisiblePlugin |
Method | Defined by | ||
---|---|---|---|
VisiblePlugin | |||
![]() |
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 | |
onCompleteTween():void
| VisiblePlugin | ||
VisiblePlugin |
Constant | Defined by | ||
---|---|---|---|
API : Number = 1.0 [static]
| VisiblePlugin | ||
VERSION : Number = 1.0 [static]
| VisiblePlugin |
changeFactor | property |
changeFactor:Number
[write-only]Implementation
public function set changeFactor(value:Number):void
_target | property |
protected var _target:Object
_tween | property |
protected var _tween:TweenLite
_visible | property |
protected var _visible:Boolean
VisiblePlugin | () | constructor |
public function VisiblePlugin()
Init Parameters
onCompleteTween | () | method |
public function onCompleteTween():void
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.0