8 ms·
Fun :D it remembers me when I did this index.svg page like 10 years ago: https://vik.io/index.svg https://vik.io/index.svg I then used svg animation, but sti
by vikbez 6y ago
Fun :D it remembers me when I did this index.svg page like 10 years ago:
https://vik.io/index.svg https://vik.io/index.svg
I then used svg animation, but still seems to work perfectly today !
- kdeldycke 6y agoSVG seems like a under-utilized method! ;)
- iso8859-1 6y agoWhat are your opinions on SVG Animation vs CSS?
- vikbez 6y agoWell 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/ 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 :)