ixfx
    Preparing search index...

    Function gaussian

    • Returns a roughly gaussian easing function

      const fn = Easings.gaussian();
      

      Try different positive and negative values for stdDev to pinch or flatten the bell shape.

      Parameters

      • standardDeviation: number = 0.4

      Returns (t: number) => number