Skip to content

Instantly share code, notes, and snippets.

@tajdid
Last active November 5, 2019 11:09
Show Gist options
  • Save tajdid/ac68f56626f5217224f7cfb27b200e21 to your computer and use it in GitHub Desktop.
Save tajdid/ac68f56626f5217224f7cfb27b200e21 to your computer and use it in GitHub Desktop.
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