CSS property: -webkit-marquee-direction
Description
Specifies the direction of motion for a marquee box.
Syntax
-webkit-marquee-direction: ahead | auto | backwards | down | forwards | left | reverse | right | up;
Values
- ahead
The marquee moves from bottom to top.
- auto (by default)
The marquee moves in the default direction.
- backwards
The marquee moves from right to left.
- down
The marquee moves from bottom to top.
- forwards
The marquee moves from left to right.
- left
The marquee moves from right to left.
- reverse
The marquee moves from top to bottom.
- right
The marquee moves from left to right.
- up
The marquee moves from bottom to top.