0

(solved) Why animation is not running

https://code.sololearn.com/WFAW0kky06zd/?ref=app

6th Sep 2021, 4:18 AM
Bot
Bot - avatar
2 Respuestas
+ 2
Hi RightToProgram () https://code.sololearn.com/WG3Ylk4Au7Ca/?ref=app See this you did not correctly inserted the commas And you just did 0%,100% which was not correct you have to mention separately like that done in the code posted above Foe ex @keyframes effect{ 0%{ And in here you did not placed the commas correctly } 50%{ } 100%{ } } which would make it easier. If still any doubts then ask me Happy Coding!
6th Sep 2021, 4:23 AM
<★Shaurya Chauhan★>
<★Shaurya Chauhan★> - avatar
6th Sep 2021, 4:29 AM
Bot
Bot - avatar