Share via


MarqueeElement.behavior Property

SharePoint Designer Developer Reference

Returns or sets a String that represents how text scrolls in a marquee.

Syntax

expression.behavior

expression   Required. A variable that represents a MarqueeElement object.

Remarks

The String for the behavior property can be one of the following values:

Value Description
scroll Marquee scrolls in the direction specified by the direction property. The text scrolls off the end and starts over. Default value.
alternate Marquee's scroll direction reverses when its content reaches the edge of the container.
slide Marquee scrolls in the direction specified by the direction property. The text scrolls to the end and stops.

See Also