Last active
November 5, 2019 11:09
-
-
Save tajdid/ac68f56626f5217224f7cfb27b200e21 to your computer and use it in GitHub Desktop.
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
cubic-bezier(.86,0,.07,1) // Ease-in-out alternative | |
cubic-bezier(.47,0,.745,.715) // Ease In alternative | |
cubic-bezier(.165,.84,.44,1) | |
cubic-bezier(0.86, 0, 0.07, 1) | |
cubic-bezier(0.4,0.0,0.2,1); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment