Text Overlay Exit Transition
video-txt-transition-out
Overrides the exit animation for a text overlay. When set, this takes precedence over the mirrored exit that video-txt-transition would produce, while the entrance continues to follow the shorthand or its own video-txt-transition-in override.
video-txt-transition-out accepts the same values as video-txt-transition, plus none to hard-cut the exit (the text disappears instantly). Requires video-txt-end to be set — the overlay needs a defined end time to trigger the exit. Use video-txt-transition-out[N] for a specific text 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 |
slidedown | Slides out off the bottom |
slideleft | Slides out off the left |
slideright | Slides out off the right |
zoom | Scales down and disappears |
pop | Scales away |
none | Disappears instantly with no exit animation |