Skip to content

Instantly share code, notes, and snippets.

View vinceyuan's full-sized avatar

Vince Yuan vinceyuan

View GitHub Profile
@vinceyuan
vinceyuan / RSTimingFunction.h
Created January 15, 2017 14:31 — forked from raphaelschaad/RSTimingFunction.h
All the cool animation curves from `CAMediaTimingFunction` but not limited to use with CoreAnimation. See what you can do with cubic Bezier curves here: http://netcetera.org/camtf-playground.html To get started just "Download Gist", throw the .h and .m files into your Xcode project and you're good to go!
//
// RSTimingFunction.h
//
// Created by Raphael Schaad on 2013-09-28.
// This is free and unencumbered software released into the public domain.
//
#import <Foundation/Foundation.h>