PiP Exit Transition
video-mark-transition-out
Overrides the exit animation for a picture-in-picture overlay. When set, this takes precedence over the mirrored exit that video-mark-transition would produce, while the entrance continues to follow the shorthand or its own video-mark-transition-in override.
video-mark-transition-out accepts the same values as video-mark-transition, plus none to hard-cut the exit. Requires video-mark-end to be set — the overlay needs to know when to leave. Use video-mark-transition-out[N] for a specific overlay layer.
An explicit exit slide exits toward the named direction: slideup exits off the top, slideleft exits off the left, and so on.
| Value | Effect |
|---|---|
fade | Fades out to transparent |
slideup | Slides out off the top of the frame |
slidedown | Slides out off the bottom of the frame |
slideleft | Slides out off the left edge |
slideright | Slides out off the right edge |
none | Disappears instantly with no exit animation |