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
[x] Bug [ ] Build issue [ ] Feature request
Angular: 5 Angular CLI: countup.js-angular2:
Hi @inorganik ,
when start value and end value both greater than 999, the component become count down, not count up expected.
for example start value is 100000 end value is 100099
I think the issue caused by this code.
if (end > 999) { // make easing smoother for large numbers countUp = new CountUp(this.el.nativeElement, sta, end - 100, dec, dur / 2, this.options); }
Please have a look. Thanks.
The text was updated successfully, but these errors were encountered:
Ah, yes that is a bug. I'll make a fix soon. Thanks.
Sorry, something went wrong.
Fixed in v6.0.0
No branches or pull requests
Version info
Description
Hi @inorganik ,
when start value and end value both greater than 999, the component become count down, not count up expected.
for example
start value is 100000
end value is 100099
I think the issue caused by this code.
Please have a look.
Thanks.
The text was updated successfully, but these errors were encountered: