SVG Skill Level Meter
Using a few simple paths, you can create a neat little SVG meter with multiple uses.
As the name implies, it's about motion. Specifically, web animation to get your pixels movin'. It's a collection of tutorials, tips and tricks that will hopefully help with your daily animation work.
My main focus will be real world projects. All lessons assume a basic working knowledge of HTML, CSS and JavaScript. Knowledge of SVGs and the GreenSock Animation Platform will also be super helpful.
Finally, I hope the site is a source of ideas and inspiration for you.
This isn't a place to learn basic coding. There are many wonderful sites to learn the basics. I also won't be using React, Vue, Angular or any other frameworks. All code will be written with vanilla JavaScript and I won't be animating anything with CSS keyframes.
It's also not about perfection. This website isn't perfect. I'm not perfect. You're not perfect. Well, maybe you are. I don't know you. I'm just trying to share knowledge, make some pixels move around the screen and have a bit of fun.
Using a few simple paths, you can create a neat little SVG meter with multiple uses.
In part one of this two-part tutorial, you'll learn how to create SVG open paths for a handwriting effect.
Control the start point of your DrawSVG and MorphSVG animations by cutting and rejoining your paths in Adobe Illustrator.
We'll make a gooey shape smoothly glide to a new target via a custom SVG curve.
End the frustration of figuring out the path direction in Adobe Illustrator.
If you'd like a quick and easy before & after slider, you can make one with a SVG and clipPath.
Unroll a SVG circle, ellipse or spiral with lots of complicated math. Nah. We'll cheat and use a helper line.
Learn how to use a circular mask and a text element counter to create a retro-style SVG movie countdown animation.