Skip to content

Instantly share code, notes, and snippets.

@arol
Created May 13, 2013 12:33
Show Gist options
  • Save arol/5568002 to your computer and use it in GitHub Desktop.
Save arol/5568002 to your computer and use it in GitHub Desktop.
// Add a ease in&out timing function on the animation
[animation setTimingFunction:[CAMediaTimingFunction functionWithName:kCAMediaTimingFunctionEaseInEaseOut]];
@HarrisHan
Copy link

How can I get the Easing Function which input value 01 and out put 01?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment