TreeListBox.AnimationDuration

Syntax

AnimationDuration: Number;

Description

The AnimationDuration property determines paging animation speed.

Comments

The value is set in milliseconds, default value is 500.

Example

Executing the example requires the TreeListBox component with the treelist identifier (see Example of Creating the TreeListBox Component).

// Set paging animation speed
treelist.setAnimationDuration(1500)

After executing the example new paging animation speed is set.

See also:

TreeListBox