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

mathematically rigid quadratic curve parameters for easeInQuad #159

Open
satsukizzz opened this issue Jul 24, 2022 · 0 comments
Open

mathematically rigid quadratic curve parameters for easeInQuad #159

satsukizzz opened this issue Jul 24, 2022 · 0 comments

Comments

@satsukizzz
Copy link

cubic-bezier(1/3, 0, 2/3, 1/3) yields equivalently quadratic curve y=x^2 as the TypeScript code in math function section explains.

how about to use corresponding cubic-bezier(0.33, 0, 0.67, 0.33) for easeInQuad?
also cubic-bezier(0.33, 0.67, 0.67, 1) for easeOutQuad.

i hope this would help us.

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