class js.html.MarqueeElement extends Element
Available on jsNon-standard
Documentation for this class was provided by MDN.
Instance Fields
var behavior:String
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.
var direction:String
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.