UNPKG

transition-style

Version:

just add water clip-path mask transitions

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