You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added the option to specify an easing function
Added the option to specify an animation duration
animate(value, anmDuration) has now an optional second parameter to define a duration from current value to the target value. While the duration property on the indicator is the duration from your minValue to maxValue.
Replaced setInterval with requestAnimationFrame
Fixed: Formatter not handling decimal places correctly
Fixed: Animation issue when the minValue is negative #11