AnimationBasic
public class AnimationBasic : NSObjectThe abstract superclass for animations in Argo Animation. You do not create instance of CAAnimation: to animate UIKit view or ArgoKit objects, create instances of the concrete subclasses Animation, SpringAnimation, or AnimationGroup.
- 
                  
                  Sets a Boolean value that controls whether this animation is removed from the presentation when the animation is completed. DeclarationSwift @discardableResult public func resetOnStop(_ reset: Bool) -> SelfParametersresetA Boolean value that controls whether this animation is removed from the presentation when the animation is completed. Return ValueSelf 
- 
                  
                  Set the order of animations. - serial: A Boolean value that controls whether the animation is serial executed. Only works when there are multiple animations.
 DeclarationSwift @discardableResult public func serial(_ serial: Bool) -> SelfReturn ValueSelf 
- 
                  
                  Attachs this animation to specified view. DeclarationSwift @discardableResult public func attach(_ view: View) -> SelfParametersviewThe view that attachs this animation. Return Valueself 
 AnimationBasic Class Reference
      AnimationBasic Class Reference