Watermark Exit Transition
mark-transition-out
Overrides the exit animation for an image watermark. When set, this takes precedence over the mirrored exit that mark-transition would produce, while the entrance continues to follow the shorthand or its own mark-transition-in override.
mark-transition-out accepts the same values as mark-transition, plus none to hard-cut the exit. Requires mark-end to be set. Use mark-transition-out[N] for a specific watermark 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 |