Skip to content

Instantly share code, notes, and snippets.

@arol
Created May 13, 2013 12:50
Show Gist options
  • Save arol/5568099 to your computer and use it in GitHub Desktop.
Save arol/5568099 to your computer and use it in GitHub Desktop.
// Add custom timing as a bezier curve
[animation setTimingFunction:[CAMediaTimingFunction functionWithControlPoints:.34 :.01 :.69 :1.37]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment