Hacker News new | ask | show | jobs
by Vektorweg 1929 days ago
These are pretty cool.

Worth to spend some time turning these into continuous SVG.

1 comments

I'd like to do this. Can you recommend a good starting place to learn how?
Start with drawing a single frame with SVG [1], then add animation with CSS [2] or Javascript.

[1] https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Ba... [2] https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Animati...

Thank you!