UNPKG

transition-style

Version:

just add water clip-path mask transitions

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