Skip to main content

XFadeEffect

XFadeEffect is used by enterAnimation, exitAnimation, and video transition.

Hover a tile to play it. Every clip is two scenes joined by that effect with transitionDuration: 1 — rendered by Zvid.

circleclose
circlecrop
circleopen
diagbl
diagbr
diagtl
diagtr
dissolve
fade
fadeblack
fadegrays
fadewhite
hblur
hlslice
horzclose
horzopen
hrslice
pixelize
radial
rectcrop
slidedown
slideleft
slideright
slideup
smoothdown
smoothleft
smoothright
smoothup
vdslice
vertclose
vertopen
vuslice
wipebl
wipebr
wipedown
wipeleft
wiperight
wipetl
wipetr
wipeup
type XFadeEffect =
| "fade"
| "fadeblack"
| "fadewhite"
| "wipeleft"
| "wiperight"
| "wipeup"
| "wipedown"
| "slideleft"
| "slideright"
| "slideup"
| "slidedown"
| "smoothleft"
| "smoothright"
| "smoothup"
| "smoothdown"
| "circlecrop"
| "rectcrop"
| "circleclose"
| "circleopen"
| "horzclose"
| "horzopen"
| "vertclose"
| "vertopen"
| "diagbl"
| "diagbr"
| "diagtl"
| "diagtr"
| "hlslice"
| "hrslice"
| "vuslice"
| "vdslice"
| "dissolve"
| "pixelize"
| "radial"
| "hblur"
| "wipetl"
| "wipetr"
| "wipebl"
| "wipebr"
| "fadegrays";

Unsupported xfade names such as distance, zoomin, hlwind, hrwind, squeezeh, squeezev, coverleft, and revealleft are rejected by the hosted API.

Used By