Skip to content

Instantly share code, notes, and snippets.

@petrosDemetrakopoulos
Created February 15, 2021 08:32
Show Gist options
  • Save petrosDemetrakopoulos/caed623b60dcbfd4a5d283fe29f4f52f to your computer and use it in GitHub Desktop.
Save petrosDemetrakopoulos/caed623b60dcbfd4a5d283fe29f4f52f to your computer and use it in GitHub Desktop.
Animation
var spinAnimation: Animation {
Animation.easeOut(duration: 3.0)
.repeatCount(1, autoreverses: false)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment