hosanna-ui-docs - v0.9.0
    Preparing search index...
    • Interpolates between two values based on their type.

      • Strings: uses interpolateString
      • Numbers: uses interpolateNumber
      • Arrays: uses interpolatePoint
      • Objects: uses interpolateAA

      Parameters

      • a: any

        The starting value.

      • b: any

        The ending value.

      • fraction: number

        The interpolation fraction (0 to 1).

      Returns any

      The interpolated value.