UNPKG

transition-style

Version:

just add water clip-path mask transitions

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