Liking cljdoc? Tell your friends :D

web.deprecated.HTMLMarqueeElement

The HTMLMarqueeElement interface provides methods to manipulate elements.

The HTMLMarqueeElement interface provides methods to manipulate
elements.
raw docstring

behaviorcljs

(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.
sourceraw docstring

onbouncecljs

(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.
sourceraw docstring

set-behavior!cljs

(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.
sourceraw docstring

set-onbounce!cljs

(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.
sourceraw docstring

startcljs

(start this & args)

Method.

Starts scrolling of the marquee.

Method.

Starts scrolling of the marquee.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close