-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
#5329 Animation duration is not consistent across browsers #5331
Conversation
…mation-timing # Conflicts: # src/core/core.animation.js # src/core/core.controller.js
Chart.js/src/core/core.controller.js Line 525 in 7c3e934
I think it should be enough just to check for "falsy" values here: So code climate won't complain about complexity, am I missing something? |
This looks good. |
Thanks @serhii-yakymuk |
Possible solution for #5329