Created
June 29, 2019 11:29
-
-
Save lideo/cd94221ef7c33b116ad7cc1556057d66 to your computer and use it in GitHub Desktop.
An example of a nice transition timing function.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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