Skip to content

Instantly share code, notes, and snippets.

@dasdom
Created December 5, 2016 21:36
Show Gist options
  • Save dasdom/a2f4d9e9f7072f38bf59d9c84ecf12dc to your computer and use it in GitHub Desktop.
Save dasdom/a2f4d9e9f7072f38bf59d9c84ecf12dc to your computer and use it in GitHub Desktop.
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