SVG animation with Svelte and animejs

Svelte and animejs make a great team for doing SVG animations! I start with an SVG I created in Sketch, copy the code into a Svelte component, and use animejs to do the animation. Check out the full Linked Lists in JavaScript post where a bunch of these animations are featured: Here’s my svg-to-svelte script: Tools and things mentioned in this video: Svelte - - htt
Back to Top