Returns a roughly gaussian easing function
import { Easings } from "https://unpkg.com/ixfx/dist/modulation.js";const fn = Easings.gaussian(); Copy
import { Easings } from "https://unpkg.com/ixfx/dist/modulation.js";const fn = Easings.gaussian();
Try different positive and negative values for stdDev to pinch or flatten the bell shape.
stdDev
Returns a roughly gaussian easing function
Try different positive and negative values for
stdDev
to pinch or flatten the bell shape.