Skip to content

Instantly share code, notes, and snippets.

@JezDriver
Last active September 25, 2024 02:39
Show Gist options
  • Select an option

  • Save JezDriver/3249a647c3a037f1cc599effcf27585b to your computer and use it in GitHub Desktop.

Select an option

Save JezDriver/3249a647c3a037f1cc599effcf27585b to your computer and use it in GitHub Desktop.
Collection of nice eases for css anims
: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