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
If you don't use these options inside of the shortcode, the default values will be pull from CountUp.js Options Page.
37
+
38
+
** END VERSION 2.0 **
39
+
40
+
** VERSION 2.1 **
41
+
42
+
All counters started their animation before to reach the target counter. Now, when you scrolled to the target counter, the counter will start their animation.
43
+
44
+
** END VERSION 2.1 **
45
+
46
+
The shortcode accepts those arguments, as you can see previously:
31
47
32
48
[countup
33
49
start="your-value" //This use a number to begin the counter.
@@ -36,7 +52,7 @@ The shortcode accepts four arguments, as you can see previously:
36
52
duration="your-value" //This use a number (seconds) as duration of the counter.
5. Screenshot-5: Output counters on the site with individual prefix and suffix.
55
73
56
74
== Changelog ==
57
75
58
76
= 1.0 =
59
77
* Release
60
78
79
+
= 1.1 =
80
+
* jQuery issue was solved.
81
+
82
+
= 2.0 =
83
+
* Now you can add the options from CountUP.js Options Page inside of the shortcode. Please check Usage and Options for more information.
84
+
85
+
= 2.1 =
86
+
* All counters started their animation before to reach the target counter. Now, when you scrolled to the target counter, the counter will start their animation.
0 commit comments