CountUp
Wisej.Web.Ext.CountUp.CountUp
Last updated
Was this helpful?
Wisej.Web.Ext.CountUp.CountUp
Last updated
Was this helpful?
Namespace: Wisej.Web.Ext.CountUp
Assembly: Wisej.Web.Ext.CountUp (3.2.0.0)
CountUp.js is a dependency-free, lightweight JavaScript widget that can be used to create animations that display numerical data in a more interesting way. .
: Returns or sets the duration of the animation in milliseconds. (Default: 2500
)
: Array of custom numerals for the digits from 0 to 9.
: Returns or sets the alignment of the label. The default is . (Default: Left
)
: Returns or sets whether the animation will use easing. (Default: True
)
: Returns or sets whether the numeric value will be formatted using the grouping separator. (Default: True
)
: Returns or sets a numeric value to count to. (Default: 0
)
Fired when the widget has finished counting.
Fired when the value changes.