AnimationType

public protocol AnimationType

Defines and Animation object.

  • Starts the animation.

    Declaration

    Swift

    func startAnimation(completion: ((Bool) -> Void)?)

    Parameters

    completion

    completion handler for when the animation has finished.