Packagegs.plugins
Classpublic class BezierThroughPlugin
InheritanceBezierThroughPlugin Inheritance BezierPlugin Inheritance TweenPlugin

Public Properties
 PropertyDefined by
 InheritedchangeFactor : Number
BezierPlugin
 InheritedonComplete : Function
Called when the tween is complete.
TweenPlugin
 InheritedoverwriteProps : Array
Array containing the names of the properties that should be overwritten in OverwriteManager's AUTO mode.
TweenPlugin
 InheritedpropName : String
Name of the special property that the plugin should intercept/handle
TweenPlugin
 Inheritedround : Boolean
If the values should be rounded to the nearest integer, set this to true.
TweenPlugin
Protected Properties
 PropertyDefined by
 Inherited_beziers : Object
BezierPlugin
 Inherited_changeFactor : Number = 0
TweenPlugin
 Inherited_future : Object
BezierPlugin
 Inherited_orient : Boolean
BezierPlugin
 Inherited_orientData : Array
BezierPlugin
 Inherited_target : Object
BezierPlugin
 Inherited_tweens : Array
TweenPlugin
Public Methods
 MethodDefined by
  
BezierThroughPlugin
 Inherited
activate($plugins:Array):Boolean
[static] Handles integrating the plugin into the GreenSock tweening platform.
TweenPlugin
 Inherited
killProps($lookup:Object):void
BezierPlugin
  
onInitTween($target:Object, $value:TweenLite, $tween:*):Boolean
BezierThroughPlugin
 Inherited
parseBeziers($props:Object, $through:Boolean = false):Object
[static]
BezierPlugin
Protected Methods
 MethodDefined by
 Inherited
addTween($object:Object, $propName:String, $start:Number, $end:String, $overwriteProp:* = null):void
Offers a simple way to add tweening values to the plugin.
TweenPlugin
 Inherited
init($tween:TweenLite, $beziers:Array, $through:Boolean):void
BezierPlugin
 Inherited
updateTweens($changeFactor:Number):void
Updates all the tweens in the _tweens Array.
TweenPlugin
Public Constants
 ConstantDefined by
  API : Number = 1.0
[static]
BezierThroughPlugin
  VERSION : Number = 1.0
[static]
BezierThroughPlugin
Protected Constants
 ConstantDefined by
 Inherited_RAD2DEG : Number = 57.29577951308232
[static]
BezierPlugin
Constructor detail
BezierThroughPlugin()constructor
public function BezierThroughPlugin() Init Parameters
Method detail
onInitTween()method
public override function onInitTween($target:Object, $value:TweenLite, $tween:*):Boolean Parameters
$target:Object
 
$value:TweenLite
 
$tween:*

Returns
Boolean
Constant detail
APIconstant
public static const API:Number = 1.0
VERSIONconstant 
public static const VERSION:Number = 1.0
Wiki link
Click to go to the wiki page for 'gs.plugins.BezierThroughPlugin'

Code examples

Comments