CountUp

Wisej.Web.Ext.CountUp.CountUp

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. countUp.

public class CountUp : Control

Constructors

CountUp()

Properties

Duration

Int32: Returns or sets the duration of the animation in milliseconds. (Default: 2500)

Numerals

String[]: Array of custom numerals for the digits from 0 to 9.

TextAlign

HorizontalAlignment: Returns or sets the alignment of the label. The default is Left. (Default: Left)

UseEasing

Boolean: Returns or sets whether the animation will use easing. (Default: True)

UseGrouping

Boolean: Returns or sets whether the numeric value will be formatted using the grouping separator. (Default: True)

Value

Single: Returns or sets a numeric value to count to. (Default: 0)

Events

CountTerminated

EventHandler Fired when the widget has finished counting.

ValueChanged

EventHandler Fired when the value changes.

Last updated

Was this helpful?