CSS Marquee-Play-Count Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
Description
This property specifies how many times the content moves.
Syntax
marquee-play-count: [value];
Possible values
- [non-negative-integer]
- infinite
Initial Value
1
Applies To
Block-level and replaced elements
Inherited
No
Media
Visual
Example
.class {
marquee-play-count: infinite;
}
Loading Twitter