Skip to content

Instantly share code, notes, and snippets.

@PiotrPrus
Created January 7, 2020 22:12
Show Gist options
  • Save PiotrPrus/a485eb9bdfaec10db9293b11c282072b to your computer and use it in GitHub Desktop.
Save PiotrPrus/a485eb9bdfaec10db9293b11c282072b to your computer and use it in GitHub Desktop.
Enum class that represents states of animations in motionLayout
enum class AnimationState {
STARTED, COMPLETED, IN_PROGRESS
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment