Dart API Referencedart:htmlMarqueeElement

MarqueeElement Interface

Non-standard

Extends

Element

Methods

Code void start() #

Starts scrolling of the marquee.
void start();

Code void stop() #

Stops scrolling of the marquee.
void stop();

Fields

Code String behavior #

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.
String behavior;

Code String bgColor #

String bgColor;

Code String direction #

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.
String direction;

Code String height #

Sets the height in pixels or percentage value.
String height;

Code int hspace #

Sets the horizontal margin
int hspace;

Code int loop #

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

Code int scrollAmount #

int scrollAmount;

Code int scrollDelay #

int scrollDelay;

Code bool trueSpeed #

bool trueSpeed;

Code int vspace #

Sets the vertical margin in pixels or percentage value.
int vspace;

Code String width #

Sets the width in pixels or percentage value.
String width;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.