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

Properties

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

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

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

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

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

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

Events

EventHandler Fired when the widget has finished counting.

EventHandler Fired when the value changes.

Last updated