Can we animate progress.? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can we animate progress.?

22nd Jul 2017, 10:40 AM
Skewb_Master
4 Answers
+ 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
22nd Jul 2017, 10:56 AM
Maz
Maz - avatar
+ 2
Yep, try this one: <body> <progress max="100" value="5" onclick="this.value+=5;"> </progress> </body>
22nd Jul 2017, 10:48 AM
Alex Sweetheart
Alex Sweetheart - avatar
0
thank you 😇
22nd Jul 2017, 10:55 AM
Skewb_Master
0
@Maz thanks😇
22nd Jul 2017, 10:57 AM
Skewb_Master