+ 1
Can we animate progress.?
4 Respostas
+ 10
Or with an interval. ^^
requestAnimationFrame might be better, but i kept setInterval to make the code as understandable as possible.
https://code.sololearn.com/WKa6r7eAhiM3/?ref=app
+ 2
Yep, try this one:
<body>
<progress max="100" value="5" onclick="this.value+=5;">
</progress>
</body>
0
thank you 😇
0
@Maz thanks😇