7 / 11

Property: marquee

Description:

Marquee effect for scrolling content horizontal and vertical.

#myContainer {
    marquee: up;
    marquee-container: myContainer;
    marquee-content: myContent;
}

Plugin:

MoreCSS.marquee.js (download section)

Applies to:

All block elements.

Properties:

Name: Value: Details:
marquee case up | case down | case left | case right | case stop Direction for marquee effect.
marquee-mode case normal | case endless Use “endless” for continuously scrolling. Default: normal
marquee-container ID
Defines a element by ID as wrapper.
marquee-content ID Defines a element by ID as content.
marquee-speed integer Defines the scrolling speed. Default: 15
marquee-steps integer Defines scrolling steps in pixel. Default: 1

Examples:

Open: Demo Page

­