SVG animation
https://codepen.io/aldrinbright/pen/qBKqRmM
Anyone familiar with svg animation? I want to animate the red portion of this image from 0% to 55%.
5 Replies
Chris Coyier
CSS-Tricks
How SVG Line Animation Works | CSS-Tricks
I bet all of you have seen that little trick where an SVG path is animated to look like it's drawing itself. It's super cool. Jake Archibald pioneered the
i tried this but its not working
looks like your circle with a class of pie doesn't have a stroke. It's currently colored in with a fill. You'll need to use a stroke for
stroke-dashoffset
to workok
thanksđź‘Ť