Packagealternativa.engine3d.animation.keys
Classpublic class Keyframe
InheritanceKeyframe Inheritance Object

Keyframe of the animation. Sets object property at given time. Keyframe animation can be defined with NumberTrack and TransformTrack classes.

See also

TransformTrack
NumberTrack


Public Properties
 PropertyDefined By
  time : Number
[read-only] Key frame time in seconds.
Keyframe
  value : Object
The value of animated property kept by the keyframe.
Keyframe
Public Methods
 MethodDefined By
  
Creates a new Keyframe instance.
Keyframe
  
toString():String
Returns string representation of the object.
Keyframe
Property Detail
timeproperty
time:Number  [read-only]

Key frame time in seconds.


Implementation
    public function get time():Number
valueproperty 
value:Object

The value of animated property kept by the keyframe. Can be Number or Matrix3D depends on NumberTrack or TransformTrack belongs to.


Implementation
    public function get value():Object
    public function set value(value:Object):void

See also

Constructor Detail
Keyframe()Constructor
public function Keyframe()

Creates a new Keyframe instance.

Method Detail
toString()method
public function toString():String

Returns string representation of the object.

Returns
String