Skip to content

Instantly share code, notes, and snippets.

@lideo
Created June 29, 2019 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lideo/cd94221ef7c33b116ad7cc1556057d66 to your computer and use it in GitHub Desktop.
Save lideo/cd94221ef7c33b116ad7cc1556057d66 to your computer and use it in GitHub Desktop.
An example of a nice transition timing function.
div {
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment