download
raw
575 Bytes
import { InterpolateDiscrete } from '../../constants.js';
import { KeyframeTrack } from '../KeyframeTrack.js';
/**
* A Track that interpolates Strings
*/
class StringKeyframeTrack extends KeyframeTrack {}
StringKeyframeTrack.prototype.ValueTypeName = 'string';
StringKeyframeTrack.prototype.ValueBufferType = Array;
StringKeyframeTrack.prototype.DefaultInterpolation = InterpolateDiscrete;
StringKeyframeTrack.prototype.InterpolantFactoryMethodLinear = undefined;
StringKeyframeTrack.prototype.InterpolantFactoryMethodSmooth = undefined;
export { StringKeyframeTrack };

Xet Storage Details

Size:
575 Bytes
·
Xet hash:
aab8ff7eb4a762eecd57e9ac641ab4d289f8f66c9627746985f401f26f4822d7

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.