Strata - v1.4.10
    Preparing search index...

    Function smootherStep

    • Interpolates blend factor using smoother step easing.

      Parameters

      • t: number

        Input value (0-1)

      Returns number

      Eased value with smoother acceleration/deceleration

      const smooth = smootherStep(0.5); // ~0.5