Easy Tutorial
❮ Prop Style Animationfillmode Coll Table Rows ❯

Progress position Property

Progress Object

Example

Get the current value of the progress bar:


Definition and Usage

The position property returns the current progress of the progress bar.

This property reflects the current position of the progress, which is the value of value / max.

Note: This property is read-only.

Note: The <progress> element is new in HTML5.


Browser Support

Internet Explorer 10, Firefox, Opera, Chrome, and Safari 6 support the position property.

Note: Internet Explorer 9 and earlier versions do not support the value property.


Syntax

Technical Details

| Return Value: | A floating-point number representing the current progress of the task | | --- | --- |

❮ Prop Style Animationfillmode Coll Table Rows ❯