Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

JSXInternal.HTMLMarqueeElement

interface HTMLMarqueeElement extends HTMLElement {
behavior?: "scroll" | "slide" | "alternate";
bgColor?: string;
direction?:
| "left"
| "right"
| "up"
| "down";
height?: number | string;
hspace?: number | string;
loop?: number | string;
scrollAmount?: number | string;
scrollDelay?: number | string;
trueSpeed?: boolean;
vspace?: number | string;
width?: number | string;
}

§Extends

§
HTMLElement
[src]

§Properties

§
behavior?: "scroll" | "slide" | "alternate"
[src]
§
bgColor?: string
[src]
§
direction?: "left" | "right" | "up" | "down"
[src]
§
height?: number | string
[src]
§
hspace?: number | string
[src]
§
loop?: number | string
[src]
§
scrollAmount?: number | string
[src]
§
scrollDelay?: number | string
[src]
§
trueSpeed?: boolean
[src]
§
vspace?: number | string
[src]
§
width?: number | string
[src]