ZoomView.frametransition

[ZoomView.|<containerId>_zoomView.]frametransition=none|fade|slide[, *duration*[, *spacing*]

none|fade|slide

Specifies the type of the effect applied on frame change. The attribute none stands for no transition; frame change happens instantly. The attribute fade means cross-fade transition between old and new frames. The attribute slide activates transition where the old frame slides out of the view and the new frame slides in.

duration

Specifies the duration (in second) of fade or slide transition effect.

spacing

The spacing between adjacent frames in slide transition, has the range from 0 through 1 and is relative to component's width.

Properties

Optional.

Default

None.

Example

frametransition=fade,1

On this page