addAnimations(_:)
Adds the specified animation block to the animator.
Declaration
func addAnimations(_ animations: @escaping () -> Void)Parameters
- animations:
The animation block.
Adds the specified animation block to the animator.
func addAnimations(_ animations: @escaping () -> Void)The animation block.