Skip to content
MANAWAVE DOCS
GitHub

Reusing Marquees

MANAWAVE lets you take an existing marquee and control it in JavaScript. If you need to get an existing MANAWAVE marquee, you should use getMW(). getMW takes an existing initialized marquee and gives you the attached MW instance.

For this example, notice how there’s no autoplay nor direction attribute, but we set it anyways. That’s because we fetched the MW instance and applied these attributes there.