UNPKG

transition-style

Version:

just add water clip-path mask transitions

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