D
D
Dealaxer2017-08-08 19:29:26
css
Dealaxer, 2017-08-08 19:29:26

Is it possible to run SVG animation in EDGE browser?

People, hello everyone!
As I understand it, there is a problem with the display in the Microsoft Edge browser of an animation that is inside an SVG container.
What now, animation should be done through JS or CSS for an SVG object?
SVG SMIL understands animation, even the notorious IE from 9 to 11 versions.
Are there options to avoid creating crutches in JS and CSS?
Thank you in advance!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
kulaeff, 2017-08-08
@Dealaxer

Yep, there is a problem. Edge only supports CSS Transitions for SVG, SMIL does not. Proof https://developer.microsoft.com/en-us/microsoft-ed... So you either use css animation outside of SVG or JS.

D
Dmitry Khristoev, 2017-08-08
@Haoss

https://www.youtube.com/watch?v=xxZzGOBkDP8

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question