LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


allowAnimation Property

Determines whether animations of element's properties are allowed.

Property Value

This property accepts values of Boolean type. Default value is set to true.

Remarks

This property enables built-in or custom animation effects to take place while changing values of widget's properties. For example whether changes of the widget's height should be animated or not.

Example

In this example we are showing how to change the value of allowAnimation property to false.

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

$obj.widget("option", "allowAnimation", false);

See Also