Type alias TypeInterpolationFunction

TypeInterpolationFunction: ((t, values, decimal?) => string | number | any)

Type declaration

    • (t, values, decimal?): string | number | any
    • The type for interpolation functions which at an instant in the animation, generate the corresponding interpolated frame

      Parameters

      • t: number
      • values: any[]
      • Optional decimal: number

      Returns string | number | any

Generated using TypeDoc