Skip to content
New issue

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

Different cubic-bezier() presets in Chrome DevTools #153

Open
slightlyfaulty opened this issue Mar 17, 2022 · 0 comments
Open

Different cubic-bezier() presets in Chrome DevTools #153

slightlyfaulty opened this issue Mar 17, 2022 · 0 comments

Comments

@slightlyfaulty
Copy link

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:

screenshot-20220317-202350

And this is what Easings.net's easeOutCubic looks like:

screenshot-20220317-203646

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant