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
ease in exp is the red line. as you can see, the line does not actually cross 0,0.
With the (x === 0 ? 0 : ...) this would make a noticeable jump
Futhermore, ease out exp also has the issue on the other end. the blue line being ease out exp
The text was updated successfully, but these errors were encountered:
as you can see with the if, there is a noticeable jump
Sorry, something went wrong.
No branches or pull requests
ease in exp is the red line. as you can see, the line does not actually cross 0,0.
With the (x === 0 ? 0 : ...) this would make a noticeable jump
Futhermore, ease out exp also has the issue on the other end.
the blue line being ease out exp
The text was updated successfully, but these errors were encountered: