UNPKG

three

Version:

JavaScript 3D library

13 lines (9 loc) 311 B
import { KeyframeTrack } from '../KeyframeTrack.js'; /** * A Track of numeric keyframe values. */ class NumberKeyframeTrack extends KeyframeTrack {} NumberKeyframeTrack.prototype.ValueTypeName = 'number'; // ValueBufferType is inherited // DefaultInterpolation is inherited export { NumberKeyframeTrack };