logoalt Hacker News

andsoitistoday at 5:14 AM4 repliesview on HN

> 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


Replies

shaknatoday at 6:41 AM

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...

albert_etoday at 6:25 AM

Oh TIL - Thanks!

This could possibly be used to build full fledged games like pong and breakout :)

show 1 reply
mattigamestoday at 5:37 AM

Overshadowed by CSS animations for almost all use cases.

show 1 reply