How can I animate cutting an element with CSS?

I’m trying to animate an element being cut like this but I can’t figure out how to do it. I tried doing it with transparent gradient mask and shifting the position, but I couldn’t make the element visible fully, only either bottom or top half of it. .el { mask-image: linear-gradient(to bottom, transparent 50%, white… Read More How can I animate cutting an element with CSS?