top | item 25350522

(no title)

vikbez | 5 years 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 !

discuss

order

iso8859-1|5 years ago

What are your opinions on SVG Animation vs CSS?

vikbez|5 years ago

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 :)

kdeldycke|5 years ago

SVG seems like a under-utilized method! ;)