Answer the question
In order to leave comments, you need to log in
Animation not working in firefox How to fix?
.button
-webkit-animation-name: play_down
-moz-animation-name: play_up
-webkit-animation-duration: 1s
-moz-animation-name: 1s
-o-animation-duration: 1s
-webkit-animation-iteration-count: infinite
-moz-animation-iteration-count: infinite
-o-animation-iteration-count: infinite
@keyframes play_top
0%
box-shadow: 0 0 rgba(247, 177, 0,.6)
to
box-shadow: 0 0 0 20px rgba(247, 177, 0,1)
@keyframes play_down
0%
box-shadow: 0 0 rgba(247, 177, 0,.6)
to
box-shadow: 0 0 0 20px rgba(247, 177, 0,.0)
Answer the question
In order to leave comments, you need to log in
Because for the muff you have the animation -moz-animation-name: play_up, but here in the example it is not ...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question