0
(solved) Why animation is not running
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!