PageView.frametransition
[PageView.|<containerId>_pageView.]frametransition=slide|turn|auto[, *
duration*]
slide|turn|auto |
Specifies the type of effect that is applied on frame change.
-
slide activates a transition where the old frame slides out of view and the new frame slides in to view.
-
turn enables a page flip effect, when a user can drag one of the four spread corners and perform an interactive page flip. When turn is used the appearance of the component is controlled with the pageturnstyle modifier and the .s7pagedivider CSS class is ignored. Note: turn animation is not supported on Motorola Xoom.
-
auto sets the turn frame transition on desktop systems and the slide transition on touch devices.
|
duration |
Specifies the duration in seconds of a slide or turn transition effect. |
Properties
Optional.
Default
slide,0.3
Example
frametransition=auto,1