Skip to content

Instantly share code, notes, and snippets.

@arol
Created May 13, 2013 12:50

Revisions

  1. arol created this gist May 13, 2013.
    2 changes: 2 additions & 0 deletions BasicAnimationCustomCurve.mm
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    // Add custom timing as a bezier curve
    [animation setTimingFunction:[CAMediaTimingFunction functionWithControlPoints:.34 :.01 :.69 :1.37]];