svg with animate is not useful
See original GitHub issueI have a svg file some code like:
<circle transform="translate(8 0)" cx="0" cy="16" r="10" fill="#fff"> <animate attributeName="r" values="0; 4; 0; 0" dur="1.2s" repeatCount="indefinite" begin="0" keytimes="0;0.2;0.7;1" keySplines="0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.6 0.4 0.8" calcMode="spline" /> </circle>
but animate is not active
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
CSS animation do not work for svg in <img> - Stack Overflow
You can't animate the internals of an <img> from the outside. Even if it is an SVG. There are two reasons for this:...
Read more >Animated SVG not animating - WordPress.org
I'm using Elementor and trying to use an SVG file that I got from an online SVG generator as the background to a...
Read more >How I stopped worrying and learned to animate SVG - Medium
first, I'll have to say, SVG's arent good for everything. and as always you should ask yourself what about alternaties like GIF or...
Read more ><animate> - SVG: Scalable Vector Graphics - MDN Web Docs
The SVG element provides a way to animate an attribute of an element over time.
Read more >A how-to guide to SVG animation - TinyMCE
SVG animations using JavaScript ... If all of these are not fancy enough already, you can always resort to JavaScript. Animating SVG elements...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
A bit refactored to make it more reusable:
Couldn’t help myself 😄 https://snack.expo.io/@msand/animated-svg-with-bezier-spline-calcmode