Created
December 5, 2016 21:36
-
-
Save dasdom/a2f4d9e9f7072f38bf59d9c84ecf12dc to your computer and use it in GitHub Desktop.
This file contains 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
let duration = 0.5.tweak("Animation/Duration", min: 0, max: 5) | |
let delay = 0.1.tweak("Animation/Delay", min: 0, max: 1) | |
let damping = CGFloat(0.6.tweak("Animation/Damping", min: 0, max: 1)) | |
let springVelocity = CGFloat(0.0.tweak("Animation/Spring Velocity", min: 0, max: 10)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment