A Track of string keyframe values.
name - (required) identifier for the KeyframeTrack.
times - (required) array of keyframe times.
values - values for the keyframes at the times specified.
interpolation - the type of interpolation to use. See
Animation Constants for possible values. Default is
InterpolateDiscrete.
See KeyframeTrack for inherited properties.
The default interpolation type to use, InterpolateDiscrete.
A normal Array (no Float32Array in this case, unlike ValueBufferType
of KeyframeTrack).
String 'string'.
See KeyframeTrack for inherited methods.
The value of this method here is 'undefined', as it does not make sense for discrete properties.
The value of this method here is 'undefined', as it does not make sense for discrete properties.
For more info on how to obtain the source code of this module see this page.