CSS Marquee-Direction Property

CSS 1

CSS 2

CSS 3

No No Yes

Description

This property determines the initial direction in which the content moves if the marquee effect is used.

Syntax

marquee-direction: [value];

Possible values

  • forward
  • reverse

Initial Value

forward

Applies To

Block-level and replaced elements

Inherited

Yes

Media

Visual

Example

.class {
  marquee: reverse ;
}


View All CSS Properties