CSS property: -webkit-marquee-speed

Description

Defines the scroll or slide speed of a marquee box.

This property can either take one speed parameter (slow, for example) or a measure of distance and a measure of time separated by a slash (/).

Syntax

-webkit-marquee-speed: fast | normal | slow;

-webkit-marquee-speed: <distance> / <time>;

Values

fast

The marquee moves at a fast speed.

normal (by default)

The marquee moves at a normal speed.

slow

The marquee moves at a slow speed.

<distance>

Integer, nonnegative value.

<time>

Time unit, nonnegative value.

Versions