UNPKG

@sutton-signwriting/sgnw-components

Version:

a javascript package of web components for use with the SignWriting script.

8 lines (6 loc) 259 B
/* A near-zero transition makes the browser emit `transitionend` whenever the computed color changes (theme switch, parent restyle, media query), which re-renders the SVG with the new colors. */ :host { transition: color 1ms, background-color 1ms; }