AnimationLayerDSL
public struct AnimationLayerDSL
An object that provides method to declare and run animations
-
Returns
AnimationMaker
object in closure that can be used to set up animation which would run after calling this methodDeclaration
Swift
@discardableResult public func runAnimation(_ closure: @escaping (AnimationMaker) -> Void) -> AnimationLayerChainDSL