Represents the number of times an animation repeats, used by the animation-iteration-count style property. The count is either a finite number of iterations or AnimationIterationCount.Infinite.
| Property | Description |
|---|---|
| value | The number of iterations. Is Single.PositiveInfinity when the count is infinite. |
| Constructor | Description |
|---|---|
| AnimationIterationCount | Creates a finite iteration count. Negative values clamp to 0 (0 is valid: the animation is applied but does not play). |
| Method | Description |
|---|---|
| IsInfinite | Whether the animation repeats forever. |
| Method | Description |
|---|---|
| Infinite | A count that repeats the animation forever. |