AnimationDuration: Number;
The AnimationDuration property determines paging animation speed.
The value is set in milliseconds, default value is 500.
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: