Hacker News new | ask | show | jobs
by vikbez 2018 days ago
Fun :D it remembers me when I did this index.svg page like 10 years ago: https://vik.io/index.svg

I then used svg animation, but still seems to work perfectly today !

2 comments

What are your opinions on SVG Animation vs CSS?
Well you can do amazing things with svg animations; there are a lot of interesting examples here that would be hard to reproduce in CSS: https://css-tricks.com/guide-svg-animations-smil/ (like try to do the car following a line example in css ...) but I try to stick to css animations for better "reviewability" of the code. SVG animation is a niche thing :)
SVG seems like a under-utilized method! ;)