CSS property: -webkit-marquee-repetition

Description

Specifies the number of times a marquee box repeats (or infinite).

Syntax

-webkit-marquee-repetition: infinite | <iterations>;

Values

infinite (by default)

The marquee repeats infinitely.

<iterations>

The number of times the marquee repeats. Integer, nonnegative value.

Versions