|
|
|
|
|
by javajosh
1070 days ago
|
|
>SVG is one of the most, if not the most underutilized web format Yes. I think the problem is that you have to learn to author with it before you program with it, and the learning curve is actually fairly steep. OTOH the feedback is immediate and satisfying. Personally, I've ignored SVG's built-in animation capabilities in favor of pumping DOM modifications into the scenegraph with a (requestAnimationFrame) timer. This gives you exquisite control requiring very little code. https://simpatico.io/svg.md#clocksvg |
|
[0] https://codepen.io/DirkWeber/pen/YzBYWY