FlyoutZoomView.flyouttransition

[FlyoutZoomView.|<containerId>_flyout.]flyouttransition=[none|slide|fade][, *showtime*[, *showdelay*[, *hidetime*[, *hidedelay*]]]]

none|slide|fade

Specifies the type the effect applied when the flyout view is shown or hidden. With none , the flyout image appears instantly when activated and ready; slide makes the slide animation play in left-to-right direction; fade applies an alpha transition to the flyout image.

showtime

Number of seconds that the show animation takes to complete.

showdelay

The delay in seconds between user action which initiates the show animation and the beginning of show animation itself.

hidetime

Number of seconds that the hide animation takes to complete.

hidedelay

The delay in seconds between user action which initiates the hide animation and the beginning of hide animation itself.

Properties

Optional.

Default

fade,1,0,1,0

Example

flyouttransition=slide,1,1,2,1

On this page