Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
This is the base class for the CreateJS/TweenJS effects.
public var duration:Number = 1000
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The duration of the effect, defaults to 1000 (1 second).
easing:Function
Implementation public function get easing():Function
public function set easing(value:Function):void
public var loop:Boolean = false
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Determines if the effect should loop continuously or not. The default
is false (do not loop).
target:String
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The name of the object upon which the effect is being made.
This property can be used as the source for data binding.
Implementation public function get target():String
public function set target(value:String):void
public function Effect(target:CreateJSBase = null)
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Constructor
Parameters public function play():void
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Plays the effect on the target object
Mon Sep 5 2016, 07:19 AM -07:00