+ 2
JavaScript How to play animation more than one time ❓
Onclick event- When you click on the button, the animation (CSS) plays. But when you click the button for the second time, the animation doesn't work. How do you make the animation play more than once -Onclick - ? I started a code here: https://code.sololearn.com/WHgGDH8D9f72/?ref=app Now we just have to fix the Onclick event to play more than once..
9 Respuestas
+ 2
Matei Lazar , i'm not sure how and where i would place' for(...){ doc.....}the same
+ 1
Matei Lazar , i'm not sure how and where i would place' for(...){ doc.....}
0
use
for (i=1; i<=5; i++) {
document.write(i + "<br />");
}
like that. OK?
please answer
0
Biraj , on that code, what is (e) ?
- 1
don't know how 😬👀
- 1
s