UNPKG

transition-style

Version:

just add water clip-path mask transitions

12 lines (11 loc) 231 B
@keyframes wipe-in-bottom-right { from { clip-path: var(--wipe-top-left-out); } to { clip-path: var(--wipe-bottom-right-in); } } [transition-style="in:wipe:bottom-right"] { animation-name: wipe-in-bottom-right; }