LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


animationSpeed Property

Overridden. Gets or sets the speed of animation effects.

Property Value

This property accepts integer values. Default value is set to 2000 miliseconds.

Remarks

This property represents the time in miliseconds required to finish a given animation.

Example

In this example we are showing how to change the value of animationSpeed property to 1 second.

var $obj = $('#slidebar').slidebar();

$obj.slidebar("option", "animationSpeed", 1000);

See Also