> Curious if Animated SVGs are also a thing.
Yes. Relevant animation elements:
• <set>
• <animate>
• <animateTransform>
• <animateMotion>
See https://www.w3schools.com/graphics/svg_animation.asp
Slightly related, I recently hit on this SVG animation bug in Chrome (that someone else found):
https://shkspr.mobi/blog/2025/06/an-annoying-svg-animation-b...
Oh TIL - Thanks!
This could possibly be used to build full fledged games like pong and breakout :)
Overshadowed by CSS animations for almost all use cases.
Slightly related, I recently hit on this SVG animation bug in Chrome (that someone else found):
https://shkspr.mobi/blog/2025/06/an-annoying-svg-animation-b...