class js.html.MarqueeElement extends Element
Available on js
Non-standard
Documentation for this class was provided by MDN.
Instance Fields
Sets how the text is scrolled within the marquee. Possible values are scroll
, slide
and alternate
. If no value is specified, the default value is scroll
.
Sets the direction of the scrolling within the marquee. Possible values are left
, right
, up
and down
. If no value is specified, the default value is left
.