2.3.1.25 direction
direction of type DOMString
Sets or retrieves the direction in which the text should scroll.
Possible values are:
left
– Default. Marquee scrolls left.right
– Marquee scrolls right.down
– Marquee scrolls down.up
– Marquee scrolls up.
This attribute extends the HTMLMarqueeElement interface.