ViewUIPlus icon indicating copy to clipboard operation
ViewUIPlus copied to clipboard

[Feature Request]更新countUp.js版本

Open Exrick opened this issue 3 years ago • 0 comments

What problem does this feature solve?

更新countUp.js版本至2.x https://github.com/inorganik/countUp.js

What does the proposed API look like?

const countUp = new CountUp('targetId', 5234); if (!countUp.error) { countUp.start(); } else { console.error(countUp.error); }

Exrick avatar Sep 10 '22 05:09 Exrick