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

bg-colorcljs

(bg-color this)

Property.

Sets the background color through color name or hexadecimal value.

Property.

Sets the background color through color name or hexadecimal value.
sourceraw docstring

directioncljs

(direction this)

Property.

Sets the direction of the scrolling within the marquee. Possible are left, right, up and down. If no value is specified, the default is left.

Property.

Sets the direction of the scrolling within the marquee. Possible
are left, right, up and down. If no value is specified, the default
is left.
sourceraw docstring

heightcljs

(height this)

Property.

Sets the height in pixels or percentage value.

Property.

Sets the height in pixels or percentage value.
sourceraw docstring

hspacecljs

(hspace this)

Property.

Sets the horizontal margin.

Property.

Sets the horizontal margin.
sourceraw docstring

loopcljs

(loop this)

Property.

Sets the number of times the marquee will scroll. If no value specified, the default value is −1, which means the marquee will continuously.

Property.

Sets the number of times the marquee will scroll. If no value
specified, the default value is −1, which means the marquee will
continuously.
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

onfinishcljs

(onfinish this)

Property.

Fires when the marquee has finished the amount of scrolling that set by the loop attribute. It can only fire when the loop attribute set to some number that is greater than 0.

Property.

Fires when the marquee has finished the amount of scrolling that
set by the loop attribute. It can only fire when the loop attribute
set to some number that is greater than 0.
sourceraw docstring

onstartcljs

(onstart this)

Property.

Fires when the marquee starts scrolling.

Property.

Fires when the marquee starts scrolling.
sourceraw docstring

scroll-amountcljs

(scroll-amount this)

Property.

Sets the amount of scrolling at each interval in pixels. The value is 6.

Property.

Sets the amount of scrolling at each interval in pixels. The
value is 6.
sourceraw docstring

scroll-delaycljs

(scroll-delay this)

Property.

Sets the interval between each scroll movement in milliseconds. default value is 85. Note that any value smaller than 60 is ignored the value 60 is used instead, unless trueSpeed is true.

Property.

Sets the interval between each scroll movement in milliseconds.
default value is 85. Note that any value smaller than 60 is ignored
the value 60 is used instead, unless trueSpeed is true.
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-bg-color!cljs

(set-bg-color! this val)

Property.

Sets the background color through color name or hexadecimal value.

Property.

Sets the background color through color name or hexadecimal value.
sourceraw docstring

set-direction!cljs

(set-direction! this val)

Property.

Sets the direction of the scrolling within the marquee. Possible are left, right, up and down. If no value is specified, the default is left.

Property.

Sets the direction of the scrolling within the marquee. Possible
are left, right, up and down. If no value is specified, the default
is left.
sourceraw docstring

set-height!cljs

(set-height! this val)

Property.

Sets the height in pixels or percentage value.

Property.

Sets the height in pixels or percentage value.
sourceraw docstring

set-hspace!cljs

(set-hspace! this val)

Property.

Sets the horizontal margin.

Property.

Sets the horizontal margin.
sourceraw docstring

set-loop!cljs

(set-loop! this val)

Property.

Sets the number of times the marquee will scroll. If no value specified, the default value is −1, which means the marquee will continuously.

Property.

Sets the number of times the marquee will scroll. If no value
specified, the default value is −1, which means the marquee will
continuously.
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

set-onfinish!cljs

(set-onfinish! this val)

Property.

Fires when the marquee has finished the amount of scrolling that set by the loop attribute. It can only fire when the loop attribute set to some number that is greater than 0.

Property.

Fires when the marquee has finished the amount of scrolling that
set by the loop attribute. It can only fire when the loop attribute
set to some number that is greater than 0.
sourceraw docstring

set-onstart!cljs

(set-onstart! this val)

Property.

Fires when the marquee starts scrolling.

Property.

Fires when the marquee starts scrolling.
sourceraw docstring

set-scroll-amount!cljs

(set-scroll-amount! this val)

Property.

Sets the amount of scrolling at each interval in pixels. The value is 6.

Property.

Sets the amount of scrolling at each interval in pixels. The
value is 6.
sourceraw docstring

set-scroll-delay!cljs

(set-scroll-delay! this val)

Property.

Sets the interval between each scroll movement in milliseconds. default value is 85. Note that any value smaller than 60 is ignored the value 60 is used instead, unless trueSpeed is true.

Property.

Sets the interval between each scroll movement in milliseconds.
default value is 85. Note that any value smaller than 60 is ignored
the value 60 is used instead, unless trueSpeed is true.
sourceraw docstring

set-true-speed!cljs

(set-true-speed! this val)

Property.

By default, scrollDelay values lower than 60 are ignored. If is true, then those values are not ignored.

Property.

By default, scrollDelay values lower than 60 are ignored. If
is true, then those values are not ignored.
sourceraw docstring

set-vspace!cljs

(set-vspace! this val)

Property.

Sets the vertical margin.

Property.

Sets the vertical margin.
sourceraw docstring

set-width!cljs

(set-width! this val)

Property.

Sets the width in pixels or percentage value.

Property.

Sets the width in pixels or percentage value.
sourceraw docstring

startcljs

(start this & args)

Method.

Starts scrolling of the marquee.

Method.

Starts scrolling of the marquee.
sourceraw docstring

stopcljs

(stop this & args)

Method.

Stops scrolling of the marquee.

Method.

Stops scrolling of the marquee.
sourceraw docstring

true-speedcljs

(true-speed this)

Property.

By default, scrollDelay values lower than 60 are ignored. If is true, then those values are not ignored.

Property.

By default, scrollDelay values lower than 60 are ignored. If
is true, then those values are not ignored.
sourceraw docstring

vspacecljs

(vspace this)

Property.

Sets the vertical margin.

Property.

Sets the vertical margin.
sourceraw docstring

widthcljs

(width this)

Property.

Sets the width in pixels or percentage value.

Property.

Sets the width in pixels or percentage value.
sourceraw docstring

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

× close