Skip to content

Instantly share code, notes, and snippets.

@badrinathvm
Created April 2, 2020 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save badrinathvm/31446eb0c768856fdb3cf285c7292a47 to your computer and use it in GitHub Desktop.
Save badrinathvm/31446eb0c768856fdb3cf285c7292a47 to your computer and use it in GitHub Desktop.
Animation Status for SwiftUI
enum AnimationStatus {
case start(index:Int)
case stop(index:Int)
case stopAll
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment