ControlBar.transition

[ControlBar.|<containerId>_controls.]transition=none|fade[, *delaytohide*[, *duration*]

none|fade

Specifies the effect type that is used to show or hide the control bar and its content. Use none for instant show and hide; fade provides a gradual fade in and fade out effect (not supported on Internet Explorer 8).

delaytohide

Specifies the time in seconds between the last mouse/touch event that the control bar registers and the hiding of the time control bar.

If set to -1 , the component never triggers its auto-hide effect and always stay visible on the screen.

duration

Sets the duration of the fade in and fade out animation, in seconds.

Properties

Optional. This command is ignored on touch devices, where the control bar auto-hide is disabled.

Default

fade,2,0.5

Example

transition=none

On this page