I dint really understand the progress bar attributes tho, the min=, max=, value= | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

I dint really understand the progress bar attributes tho, the min=, max=, value=

22nd May 2019, 4:36 AM
CLINTON
CLINTON - avatar
2 Respostas
+ 1
The "min "will be where the progress bar startes from(usually 0). the "max" is where the peogress ends. (usually 100). And the value is where the progress is at right now. For example (min = 0, value = 10, max = 100. This means its at 10 out of 100 right now.
22nd May 2019, 5:31 AM
Ginfio
Ginfio - avatar
0
OK, thanks ā˜ŗ
22nd May 2019, 9:48 AM
CLINTON
CLINTON - avatar