marquee-speed property

Image Tutorials

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

1 .class {
2     marquee-speed: slow ;
3 }

Rate article