Last active
May 31, 2017 20:21
-
-
Save joncardasis/b2bbb622bc69e0dbd58fffaed385034b to your computer and use it in GitHub Desktop.
[Medium Gists] Custom CATransaction Timing Function
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
let timingFunction = CAMediaTimingFunction(controlPoints: 0.65, -0.55, 0.27, 1.55) | |
//... | |
CATransaction.setAnimationTimingFunction(timingFunction) | |
//... Do your UIKit animation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment