Easing configuration for the X and Y axes.

interface EaseSettings {
    x: EaseType;
    y: EaseType;
}

Properties

x y

Properties

The ease type for the X axis.

The ease type for the Y axis.