AnimationContent
public enum AnimationContent
Possible contents of an Animation.
-
A Void method.
Declaration
Swift
case action(Action, duration: TimeInterval) -
See CGAffineTransform.
Declaration
Swift
case transform(Transform, duration: TimeInterval)
AnimationContent Enumeration Reference