Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 235 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 235 Bytes

CSS Marquee

Usage

In index.html, a marquee variable is created on the window object.

Set the Marquee Text

marquee.SetText("YOUR_TEXT");    

Stop the Marquee

marquee.Stop()