Skip to content

Instantly share code, notes, and snippets.

@rosston
Created July 14, 2017 18:24
Show Gist options
  • Save rosston/a2c87c37854e79eb04d8fe6a2bc6a24e to your computer and use it in GitHub Desktop.
Save rosston/a2c87c37854e79eb04d8fe6a2bc6a24e to your computer and use it in GitHub Desktop.
/*
Below is one of my favorite timing functions.
It closely mimics jQuery's swing function.
*/
* {
transition: 0.25s transform cubic-bezier(.02, .01, .47, 1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment