We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is more curiosity than anything. I noticed that the cubic-bezier() presets in Chrome DevTools are different from the values here.
cubic-bezier()
For example, this is what Chrome DevTools suggests for Out - Cubic:
Out - Cubic
And this is what Easings.net's easeOutCubic looks like:
easeOutCubic
Although the values look quite different, I compared them in DevTools, and the resulting curves are very similar. But, not exactly the same.
I find this rather strange since Google themselves reference and recommend Easings.net here: https://developers.google.com/web/fundamentals/design-and-ux/animations/choosing-the-right-easing
My understanding was that easing functions were predefined mathematical equations, not open to interpretation. So how is it that these can differ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is more curiosity than anything. I noticed that the
cubic-bezier()
presets in Chrome DevTools are different from the values here.For example, this is what Chrome DevTools suggests for
Out - Cubic
:And this is what Easings.net's
easeOutCubic
looks like:Although the values look quite different, I compared them in DevTools, and the resulting curves are very similar. But, not exactly the same.
I find this rather strange since Google themselves reference and recommend Easings.net here:
https://developers.google.com/web/fundamentals/design-and-ux/animations/choosing-the-right-easing
My understanding was that easing functions were predefined mathematical equations, not open to interpretation. So how is it that these can differ?
The text was updated successfully, but these errors were encountered: