Package | gs.plugins |
Class | public class AutoAlphaPlugin |
Inheritance | AutoAlphaPlugin ![]() |
Property | Defined by | ||
---|---|---|---|
changeFactor : Number [write-only]
| AutoAlphaPlugin | ||
![]() | 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 | AutoAlphaPlugin | ||
_tween : TweenLite | AutoAlphaPlugin | ||
![]() | _tweens : Array | TweenPlugin | |
_tweenVisible : Boolean | AutoAlphaPlugin | ||
_visible : Boolean | AutoAlphaPlugin |
Method | Defined by | ||
---|---|---|---|
AutoAlphaPlugin | |||
![]() |
activate($plugins:Array):Boolean
[static]
Handles integrating the plugin into the GreenSock tweening platform.
| TweenPlugin | |
killProps($lookup:Object):void
| AutoAlphaPlugin | ||
onCompleteTween():void
| AutoAlphaPlugin | ||
AutoAlphaPlugin |
Constant | Defined by | ||
---|---|---|---|
API : Number = 1.0 [static]
| AutoAlphaPlugin | ||
VERSION : Number = 1.0 [static]
| AutoAlphaPlugin |
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
_tweenVisible | property |
protected var _tweenVisible:Boolean
_visible | property |
protected var _visible:Boolean
AutoAlphaPlugin | () | constructor |
public function AutoAlphaPlugin()
Init Parameters
killProps | () | method |
public override function killProps($lookup:Object):void
Parameters
$lookup:Object |
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