0
I dint really understand the progress bar attributes tho, the min=, max=, value=
2 Réponses
+ 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.
0
OK, thanks ☺