Answer the question
In order to leave comments, you need to log in
Why doesn't animation work in -moz-?
Doesn't work in ;
-moz-
apple-webkit-
codepen.io/Geyan/pen/ObRWoE?editors=1100
This enSO question
Why?
Answer the question
In order to leave comments, you need to log in
1) a property without a prefix is written at the end so that when browsers start supporting it, it will override those with a prefix.
-webkit-animation: dinamic 1s infinite steps(4);
-moz-animation: dinamic 1s infinite steps(4);
animation: dinamic 1s infinite steps(4);
backgroun-image property that is not animated via keyframes. Like only webkit, it can. But there are other ways to achieve this effect.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question