marquee-speed property CSS Reference



Definition and Usage

This property determines how fast the content scrolls. The actual speed depends on the UA and the type of content. But, for a given UA and a given element, the following must always be true: slow < normal < fast.

Name: marquee-speed
Value: slow | normal | fast
Initial: normal
Applies to: same as 'overflow'
Inherited: no
Percentages: N/A
Media: visual
Computed value: as specified

Syntax

marquee-speed: slow | normal | fast ;

Examples

.class {
    marquee-speed: slow ;
}

Relative articles