UNPKG

transition-style

Version:

just add water clip-path mask transitions

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