Home » Tutorials marquee-speed property Tutorials Author admin Reading 1 min Views 391 Published by March 5, 2012 Modified by September 13, 2024 Contents Definition and UsageSyntaxExamplesDefinition 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 view source print? 1 .class { 2 marquee-speed: slow ; 3 }