T
T
tvsjke2017-02-27 13:32:14
css
tvsjke, 2017-02-27 13:32:14

Animation does not work in Firefox (and not only in it), how to fix it?

There is an svg-diagram for SEOs, it is formed dynamically using js. The problem is that animations and transitions only work in chrome. It seems that vendor prefixes are not needed (it does not work with them either). I can't figure out what the problem is. I would appreciate any help/tips. Thanks
Diagram itself codepen.io/tvsjke/pen/OpVjON

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Pyrkin, 2017-02-27
@ps1panda

you need to add animation -moz- and -o-

T
tvsjke, 2017-02-27
@tvsjke

I figured out the transition r (radius) in Firefox - it's not supported in svg 1.1
But now there's another question:
why doesn't hover work? (again, only in Firefox)

.big-circle:hover {
//любое свойство
}

Moreover, if you manually set the hover on the element through the console, then everything works. On mouseover, no.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question