-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
easeOutElastic - NaN result #1271
Comments
Why do you set 3rd argument at 0? |
Its not me, look: http://jsfiddle.net/JvA8v/1/ |
If you could submit a PR that would be super awesome |
i resumed this old issue. I fixed the normalize function where there was a Math.sin(0/0). new http://jsfiddle.net/JvA8v/4/ They are both working if the animation start and end to a different point. |
fabric.util.ease['easeOutElastic'] returns NaN for these arguments: 2, 1, 0, 550
// 0 is the problem
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: