Skip to content

Instantly share code, notes, and snippets.

@dawnerd
Created February 7, 2012 20:15
Show Gist options
  • Save dawnerd/1761689 to your computer and use it in GitHub Desktop.
Save dawnerd/1761689 to your computer and use it in GitHub Desktop.
var easings = {
bacon: function(pos) {
return 1 - (Math.cos(pos * 2 * Math.PI) * Math.exp(-pos * 5));
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment