animEase

public struct animEase

Easing value. Stores two points for cubic easing calculation.

  • Checks equality between easing types.

    Declaration

    Swift

    public static func == (lhs: animEase, rhs: animEase) -> Bool

    Parameters

    lhs

    First easing value.

    rhs

    Second easing value.

    Return Value

    Return if two easing values are equal or not.