# clipTransition schema

Field specification for the clipTransition object used by Vidova MCP tools.

{/* Generated by landing/scripts/generate-mcp-docs.ts. Do not edit. */}

Export `clipTransitionSchema` from the desktop Zod sources.

| Field | Type | Required | Constraints | Default | Description |
| --- | --- | --- | --- | --- | --- |
| `type` | enum("none", "fade", "slide-left", "slide-right", "slide-up", "slide-down", "cross-dissolve", "zoom", "blur", "dip-to-black", "rgb-split-in", "rgb-split-out", "fisheye-in", "fisheye-out", "swoosh-left", "swoosh-right", "swoosh-up", "swoosh-down", "radial-blur-burst", "glitch-pop-in", "glitch-pop-out", "whip-pan-left", "whip-pan-right", "pixel-burst", "light-leak", "liquid-warp", "prism-split", "bounce-pop", "spin-zoom", "shake-pop", "flash-bang", "vortex-twist", "depth-swoop", "depth-rush", "depth-swing") | yes | — | — | Transition type. One of: none, fade, slide-left/right/up/down, cross-dissolve, zoom, blur, dip-to-black, rgb-split-in/out, fisheye-in/out, swoosh-left/right/up/down, radial-blur-burst, glitch-pop-in/out, whip-pan-left/right, pixel-burst, light-leak, liquid-warp, prism-split, bounce-pop, spin-zoom, shake-pop, flash-bang, vortex-twist, depth-swoop, depth-rush, depth-swing. Use "none" to clear. |
| `duration` | number | yes | min 0.1; max 5 | — | Duration in seconds (0.1–5) |
