Create a new SVG animation now!
New projectBrowser support for animated SVG
Animated SVG files with JavaScript as the animation type are supported by all major browsers. This means that your animation will work and look the same in Chrome, Firefox, Safari, and Edge.
Unfortunately, if you choose CSS, not all properties work the same in these browsers. Please see the differences below:
Animation | Chrome | Firefox | Safari | Edge |
---|---|---|---|---|
Morph | 53+ | - | - | 74+ |
Filter | - | Yes | - | - |
Move on path (linear) | Yes | Yes | Yes | Yes |
Move on path (curved) | 56+ | 72+ | - | 74+ |
CSS chart
Also good to know:
Safari doesn't support negative values for the dash-offset property. You can avoid using negative values by following the instructions here.
Color transition animation is limited for JavaScript and CSS, too. You can animate a smooth color transition from color to color, but not from gradient to color or from color to gradient.
More articles:
The exported file looks different
Clipping mask not visible in Safari
Still got questions? Send us an email to contact@svgator.com and we will get back to you as soon as we can.