โจInteractive SVG Animation Builder
Frequently Asked Questions
Will the animation work if I use the SVG in an <img> tag?
Yes! Because the CSS keyframes are embedded directly inside the `<style>` tag within the SVG file, the animation is completely self-contained and will play even when referenced via an `<img>` tag or CSS `background-image`.
Can I animate my own SVGs?
Yes, switch the 'SVG Source' to 'Custom Code' and paste your raw `<svg>` code. The tool will wrap your code in an animated group tag.
Why does 'Dash Array' remove my fill color?
The 'Dash Array' animation works by animating the `stroke-dashoffset` property. To make the drawing effect visible, the tool automatically removes the fill and applies the selected color to the stroke instead.

