Created
February 15, 2021 08:32
-
-
Save petrosDemetrakopoulos/caed623b60dcbfd4a5d283fe29f4f52f to your computer and use it in GitHub Desktop.
Animation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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