Gets or sets the transition effect when the dropdown toolbar items start collapsing or stops collapsing.

Namespace:  C1.Web.UI.Controls.C1ToolBar
Assembly:  C1ToolBarClient (in C1ToolBarClient.dll)

Syntax

JavaScript
function get_collapseEasing();
function set_collapseEasing(value);

Remarks

To use a transition effect, the CollapseAnimation or ExpandAnimation property must be set to an animation type before you set the CollapseEasing or ExpandEasing property. The default transition effect is EaseLinear. This effect moves smoothly from start to end without acceleration or deceleration.

See Also