UNPKG

transition-style

Version:

just add water clip-path mask transitions

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