Designer News is where the design community meets.
over 6 years ago from Andreas Storm, Designer
It's more bleeding edge, but in CSS, you can set a transition/animation and then change the SVG path via d: path(...) and the path will tween!
d: path(...)
It degrades nicely as well. No animation in FF but it looks good anyway.
Now playing
It's more bleeding edge, but in CSS, you can set a transition/animation and then change the SVG path via
d: path(...)
and the path will tween!