Applies one or more styles to the progress control. All styles are applied to the bar portion of the determinate progress bar, except for the animation-name style property, which controls the animation of the indeterminate progress control.
Syntax
sel::-ms-fill {...}Parameters
- sel
-
A simple selector.
Remarks
Controlling the animation of the indeterminate progress control
Use the animation-name style property to control how the indeterminate progress control is animated. You can set it to these values:
| Value | Description |
|---|---|
|
none |
Turns off the animation so that no dots are displayed. |
|
-ms-bar |
Shows animated dots that flow in a bar pattern. |
|
-ms-ring |
Shows animated dots that flow in a ring pattern. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
See also
Build date: 11/29/2012