Created
January 17, 2019 06:04
-
-
Save Aymenworks/b8755eee5b413b6d2c44760e8db44add to your computer and use it in GitHub Desktop.
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
enum AnimationState: CGFloat { | |
case start = 0.0, full = 0.7, finalBigSize = 1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment