We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c0490 commit 45b04daCopy full SHA for 45b04da
1 file changed
Dist/Functional/CountUp.js
@@ -10,7 +10,7 @@ const InitializeCountUp = () => {
10
if (!target) return;
11
let prefix = c.getAttribute("wt-countup-prefix") || "";
12
let suffix = c.getAttribute("wt-countup-suffix") || "";
13
- let step = +c.getAttribute("wt-countup-step");
+ let step = +c.getAttribute("wt-countup-step") || 1 ;
14
let speed = +c.getAttribute("wt-countup-speed") || 10;
15
let v = 0;
16
0 commit comments