InterpolationType
@fovea/annotation-tool / models/types / InterpolationType
Type Alias: InterpolationType
InterpolationType =
"linear"
|"bezier"
|"ease-in"
|"ease-out"
|"ease-in-out"
|"hold"
|"parametric"
Defined in: src/models/types.ts:125
Description
Supported interpolation modes for bounding box sequences.