Packageorg.coretween.effects
Classpublic class Effect
InheritanceEffect Inheritance Tween Inheritance flash.events.EventDispatcher
Subclasses BlurEffect, ColorMatrixEffect, ColorTransformEffect, GlowEffect



Public Properties
 PropertyDefined By
 Inheriteddelay : Number
Sets or gets the delay of a Tween object.
Tween
 Inheritedduration : Number
Sets or returns the duration of the Tween.
Tween
 Inheritedequations : Object
[write-only] Sets or returns the equations that the Tween object is tweening with.
Tween
 InheritedFRAME : uint = 2
[static] Use this constant to specify if frame based rendering is preferred when executing the tween.
Tween
 Inheritedloop : Boolean
Indicates whether the Tween object loops or not.
Tween
 Inheritedpaused : Boolean
[read-only] Returns the current paused state of the Tween object.
Tween
 Inheritedposition : Number
[read-only] Returns the percentage that the tween has completed.
Tween
  QUALITY_HIGH : uint = 3
[static]
Effect
  QUALITY_LOW : uint = 1
[static]
Effect
  QUALITY_MEDIUM : uint = 2
[static]
Effect
  target : Object
[override]
Effect
 InheritedTIME : uint = 1
[static] Use this constant to specify if time based rendering is preferred when executing the tween.
Tween
 Inheritedtweening : Boolean
[read-only] Returns the current tweening state of the Tween.
Tween
 Inheritedtype : uint
Sets or returns the rendering method for the tween.
Tween
 Inheritedvalues : Object
Sets or returns the properties to tween and the values to tween to for the Tween object to operate on.
Tween
Protected Properties
 PropertyDefined By
  _effectTarget : Object = null
Effect
Public Methods
 MethodDefined By
  
Effect(target:Object, values:Object, duration:Number, equations:Object, delay:Number = 0, loop:Boolean = false, type:uint = 0xffff)
Effect
 Inherited
pause(... args):void
Pauses a tween.
Tween
 Inherited
resume():void
Resumes a paused tween.
Tween
 Inherited
rewind():void
Rewinds a tween to its starting position.
Tween
 Inherited
start():void
Starts a tween.
Tween
 Inherited
stop():void
Stops the tween.
Tween
 Inherited
update(timeCurrent:Number):void
Calling the update method will update the visual apearance of the tween.
Tween
Property Detail
_effectTargetproperty
protected var _effectTarget:Object = null

QUALITY_HIGHproperty 
public static var QUALITY_HIGH:uint = 3

QUALITY_LOWproperty 
public static var QUALITY_LOW:uint = 1

QUALITY_MEDIUMproperty 
public static var QUALITY_MEDIUM:uint = 2

targetproperty 
target:Object[override]


Implementation
    public function get target():Object
    public function set target(value:Object):void
Constructor Detail
Effect()Constructor
public function Effect(target:Object, values:Object, duration:Number, equations:Object, delay:Number = 0, loop:Boolean = false, type:uint = 0xffff)



Parameters
target:Object
 
values:Object
 
duration:Number
 
equations:Object
 
delay:Number (default = 0)
 
loop:Boolean (default = false)
 
type:uint (default = 0xffff)