Top "Svg-animate" questions

The svg-animate is an animation tag < animate >, which is used to animate a single attribute or property over time.

How to change the width of an svg rect with css

Is is possible to change width of SVG rectangle with CSS? This doesn't work: #red { width: 800px; } #red:hover { width: 1600…

css svg svg-animate
Can svg animations be suspended without loosing accumulative information?

You can stop and repeat animations without limitations, but if you restart an indefinite animation it will loose its accumulative …

svg svg-animate
How can i display animated svg file in iOS without using UIWebView

Currently i am using UIWebView to display animated svg file in my native iOS application. This works fine except the …

ios iphone swift svg-animate
Rotate SVG group indefinitely 360 degrees without CSS or Java

This is my first time diving into SVG. Is it possible to rotate this group 360 indefinitely without css or javascript/…

svg svg-animate
svg animateTransform trigger multiple animations simultaneously

In the following example I need all animations to be executed simultaneously. But works only last one. <g> &…

svg svg-animate
Convert animated GIF to animated SVG and to get the code of SVG?

I have animated gif.However I would need to export to SVG format.Is it possible to convert an animated …

animated-gif svg-animate
Animate Path in Internet Explorer

Is there any possiblity to "Fly-In" an svgpath in IE 11? Like @keyframes fadeInP { from { stroke-dashoffset:1000; } to { stroke-dashoffset: 0; } } .animate { animation: fadeInP 10…

html css internet-explorer svg-animate