XFadeEffect
XFadeEffect is used by enterAnimation, exitAnimation, and video transition.
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.