Last active
September 25, 2024 02:39
-
-
Save JezDriver/3249a647c3a037f1cc599effcf27585b to your computer and use it in GitHub Desktop.
Collection of nice eases for css anims
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
| :root { | |
| --fast-slow-fast: cubic-bezier(0.25, 1, 0.25, 1); /* https://sandwich.co/ */ | |
| --fase-out-slow-in: cubic-bezier(0.4, 0, 0.2, 1); /* 0.5s dur https://debutify.com/blog/building-single-product-shopify-store-from-scratch */ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment