Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AnimationUtils

An object with various functions to assist with animations, used internally.

Hierarchy

  • AnimationUtils

Index

Methods

arraySlice

  • arraySlice(array: any, from: number, to: number): any

convertArray

  • convertArray(array: any, type: any, forceClone: boolean): any

flattenJSON

  • flattenJSON(jsonKeys: string[], times: any[], values: any[], valuePropertyName: string): void

getKeyFrameOrder

  • getKeyFrameOrder(times: number[]): number[]

isTypedArray

  • isTypedArray(object: any): boolean

makeClipAdditive

sortedArray

  • sortedArray(values: any[], stride: number, order: number[]): any[]

subclip

Generated using TypeDoc