Mask Reveal
X-ray · layers
Parameters
How this effect works
Two screens are stacked; the one leaving sits on top. To wipe it away, a single radial mask is applied to it — mask-image: radial-gradient(circle R at click, transparent, black). Inside radius R the top screen becomes see-through, so the screen below shows through a hole. Grow R from 0 to past the far corner and the hole eats the whole screen — the reveal is just one number climbing.
It starts from wherever you click, and R reaches the farthest corner so nothing is ever left uncovered. Easing shapes how R accelerates (a gentle ease-in-out at 2.4, snappier higher), edge softness is the feather between transparent and solid, and the ring is a bright circle pinned to the mask's edge for that "portal" look. Turn the mask off and it simply cuts, so you can see what the growing circle was buying you.