The HTMLMarqueeElement interface provides methods to manipulate elements.
The HTMLMarqueeElement interface provides methods to manipulate elements.
(behavior this)
Property.
Sets how the text is scrolled within the marquee. Possible values scroll, slide and alternate. If no value is specified, the default is scroll.
Property. Sets how the text is scrolled within the marquee. Possible values scroll, slide and alternate. If no value is specified, the default is scroll.
(onbounce this)
Property.
Fires when the marquee has reached the end of its scroll position. can only fire when the behavior attribute is set to alternate.
Property. Fires when the marquee has reached the end of its scroll position. can only fire when the behavior attribute is set to alternate.
(set-behavior! this val)
Property.
Sets how the text is scrolled within the marquee. Possible values scroll, slide and alternate. If no value is specified, the default is scroll.
Property. Sets how the text is scrolled within the marquee. Possible values scroll, slide and alternate. If no value is specified, the default is scroll.
(set-onbounce! this val)
Property.
Fires when the marquee has reached the end of its scroll position. can only fire when the behavior attribute is set to alternate.
Property. Fires when the marquee has reached the end of its scroll position. can only fire when the behavior attribute is set to alternate.
(start this & args)
Method.
Starts scrolling of the marquee.
Method. Starts scrolling of the marquee.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close