AnimationGroupElement
public enum AnimationGroupElementThe element of animation that used to describe the animation group properties you want to set.
- 
                  
                  Attach this animation group to the specific UIKit view. DeclarationSwift case view(UIView)
- 
                  
                  Specifies the amount of time (measured in seconds) to wait before beginning the animations. DeclarationSwift case delay(Float)
- 
                  
                  Determines the number of times the animation group will repeat. DeclarationSwift case repeatCount(Int)
- 
                  
                  Sets a Boolean value that controls whether that repeats this animation group forever. DeclarationSwift case repeatForever(Bool)
- 
                  
                  Determines if the animation group plays in the reverse upon completion. DeclarationSwift case autoReverse(Bool)
- 
                  
                  Sets multiple animations to be grouped. DeclarationSwift case animations(Array<Animation>)
 AnimationGroupElement Enumeration Reference
      AnimationGroupElement Enumeration Reference