Packagecom.boostworthy.animation.management.types.abstract
Interfacepublic interface IAnimation extends IRenderable
ImplementorsAnimation

The 'IAnimation' interface defines a common interface for all animation objects.



Public Properties
 PropertyDefined by
  method : uint
[read-only] Gets the method being used to render the animation.
IAnimation
  property : String
[read-only] Gets the property of the target object being animated.
IAnimation
  target : Object
[read-only] Gets a reference to the target object being animated.
IAnimation
Public Methods
 MethodDefined by
 Inherited
render():Boolean
Renders the animation.
IRenderable
Property detail
methodproperty
method:uint  [read-only]

Gets the method being used to render the animation.

Implementation
    public function get method():uint

See also

com.boostworthy.animation.RenderMethod
propertyproperty 
property:String  [read-only]

Gets the property of the target object being animated.

Implementation
    public function get property():String
targetproperty 
target:Object  [read-only]

Gets a reference to the target object being animated.

Implementation
    public function get target():Object