Why my anime does not run ?:(( | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Why my anime does not run ?:((

I am beginer in designing web sites and i want to develop a site that shows me my progress ! I want my div animate from 0% to 50% of the big div's width! But the anime does not run! What is the problem? https://code.sololearn.com/WQzVYrPcm2GI/?ref=app Pp=python progress Sorry Im a little bad in speaking English šŸ˜…

28th Apr 2020, 12:17 PM
Sadegh karimi sis
2 Respostas
+ 1
Check this correctionšŸ‘‡šŸ‘‡šŸ‘‡ https://code.sololearn.com/WXu0F8At1mTq/?ref=app
28th Apr 2020, 12:29 PM
Tarun Kumar
Tarun Kumar - avatar
+ 1
Your code: animation-name: progbax; animation-duration:2sec; Corect code: animation-name: progbox; animation-duration:2s;
28th Apr 2020, 12:39 PM
yochanan sheinberger
yochanan sheinberger - avatar