[CarouselView.|<containerId>_carouselView.]frametransition=none|fade|slide[, *
duration*[, *
spacing*]
none|fade|slide |
Specifies the type of the effect applied on frame change. For example, none stands for no transition; frame change happens instantly. And, fade means cross-fade transition between old and new frames. Finally, 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. |
Optional.
None.
frametransition=fade,0.3