UNPKG

transition-style

Version:

just add water clip-path mask transitions

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