ixfx
    Preparing search index...

    Namespace Easings

    Namespaces

    Named

    Functions

    create

    Creates an easing function

    get

    Returns an easing function by name. Throws an error if easing is not found.

    line

    Interpolates points along a line. By default it's a straight line, so use bend to make a non-linear curve.

    tickEasing

    Creates an easing based on ticks.

    ticks

    Produce easing values with each invocation. When the easing is complete, the final value continues to return. Timer starts when return function is first invoked.

    time

    Produce easing values over time. When the easing is complete, the final value continues to return. Timer starts when return function is first invoked.

    timeEasing

    Creates an easing based on clock time. Time starts being counted when easing function is created.

    References

    EasingName → EasingName
    EasingOptions → EasingOptions
    EasingTickOptions → EasingTickOptions
    EasingTimeOptions → EasingTimeOptions