+ 1
Animate
why this code animation doesnt work ? https://code.sololearn.com/WONhIvaavowZ/?ref=app
8 Answers
+ 1
- Forgot a closing } for #thecircle id
- Made the animation duration infinite which means so sense, you need to give it a duration like 3s. What I think you meant is
animation-iteration-count: infinite;
this makes the animation go forever
+ 1
TurtleShell
is translate responsible for moving ?
+ 1
Shimaa Fikry it's the recommended way to animate movement
+ 1
0
Missed } at line 19
Hope this helps âșïžâșïž.
0
MEET MEHTA
fixed it
TurtleShell
it works
thanks alot .. since yesterday and i was hopless đ
đ
đ
0
TurtleShell
it works with color
now i changed it to move
and still not working .. what is the wrong now ?
0
Shimaa Fikry use
transform: translate(0, 50px);