This first demo shows the default 'wipe' transition effect:
Default |
|
These next three demos show how to use the following pre-defined constants for the 'clip' option:
'l2r'
: left-to-right'r2l'
: right-to-left't2b'
: top-to-bottom'b2t'
: bottom-to-top'zoom'
: center-to-edges
clip: 'l2r' |
clip: 't2b' |
clip: 'zoom' |
|
|
|
These final two demos show how to take control of the clip animation by defining the
initial clip rect in the cssBefore
option. The transition
will use this value as the starting clip area and animate it to the full size of the
slideshow container.
|
|
|
|