The keyframe object.
keyframe | The keyframe object. |
Preference Dialog | None. |
Properties | |
position | object, ( r, w ) |
rotation | object, ( r, w ) |
scale | object, ( r, w ) |
profile | object, ( r, w ) |
time | float, ( r, w ) |
easing | const, ( w ) |
callback | object, ( w ) |
const, ( w )
Easing property of this key frame. Only applicable to Numerical based animation.
Possible values are,
object, ( w )
Sets the callback function, a script molecule, for this key frame. When animation reaches this key frame, the callback function is invoked. For numerical animation, the callback function is invoked at each time step, the implementers can use the updated profile, passed in as params, to animate any numerical property.