Function EasingOptions

  • Returns a TypeEasingOptions object from a easing "string", or frame function array

    Note: Be very careful of only setting some of the spring parameters, it can cause errors if you are not careful

    Type Parameters

    Parameters

    Returns {
        decimal: number;
        easing: TypeArrayFrameFunctionFormat;
        numPoints: number;
    } & Omit<T, "easing" | "numPoints" | "decimal">

Generated using TypeDoc