mwg API
    Preparing search index...

    Variable Easing

    Easing: Record<
        | "linear"
        | "easeInQuad"
        | "easeOutQuad"
        | "easeInOutQuad"
        | "easeInCubic"
        | "easeOutCubic"
        | "easeInOutCubic",
        Easing,
    >

    a small standard set, named the way CSS and most engines already do