Problem with animation background in css | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

Problem with animation background in css

body{ background-color: #fff; animation-name: colorchange; animation-duration:30s; animation-iteration-count: infinite; font-family: 'Fugaz One',cursive ; } What is wrong with this Code? it should be infinite but after one Time animation stops.

14th Oct 2018, 8:20 PM
Piotr
Piotr - avatar
5 Respuestas
+ 7
Might be browser vendor prefixes issue Does this works? https://code.sololearn.com/Wt61tXPEVL3A/?ref=app generated with: https://autoprefixer.github.io
14th Oct 2018, 10:22 PM
Burey
Burey - avatar
+ 2
It is working for me....
14th Oct 2018, 8:52 PM
Burey
Burey - avatar
+ 1
Mind sharing the whole code? Will make it easier to help
14th Oct 2018, 8:31 PM
Burey
Burey - avatar
14th Oct 2018, 8:41 PM
Piotr
Piotr - avatar
0
in my browser doesn't
14th Oct 2018, 10:01 PM
Piotr
Piotr - avatar