Skip to main content

Animate(duration_delay___completion_)

public func Animate(
duration: TimeInterval = 0.25,
delay: TimeInterval = 0,
_ actions: @escaping () -> Void,
completion: ((Bool) -> Void)? = nil
)

Did you find this page helpful?