Contents

addAnimations(_:)

Adds the specified animation block to the animator.

Declaration

func addAnimations(_ animations: @escaping () -> Void)

Parameters

  • animations:

    The animation block.

See Also

Adding Custom Animations