UNPKG

transition-style

Version:

just add water clip-path mask transitions

13 lines (12 loc) 233 B
@keyframes wipe-out-bottom { from { clip-path: var(--wipe-in); } to { clip-path: var(--wipe-bottom); } } [transition-style="out:wipe:bottom"], [transition-style="out:wipe:down"] { animation-name: wipe-out-bottom; }