Type Aliases

The following type aliases are available globally.

  • Any easing types used by a Motion object should implement this closure.

    Declaration

    Swift

    public typealias EasingUpdateClosure = (_ elapsedTime: TimeInterval, _ startValue: Double, _ valueRange: Double, _ duration: TimeInterval) -> Double