Author: | CameronSamuels |
---|---|
Views Total: | 1,353 views |
Official Page: | Go to website |
Last Update: | June 2, 2018 |
License: | MIT |
Preview:

Description:
The marqueeTitle JavaScript plugin allows you to infinitely scroll through your long document title in the browser tab. With configurable animation speed, seperator character and more.
How to use it:
To use this plugin, first you need to download and include the JavaScript file ‘marquee.js’ in the document.
<script src="bin/marquee.js"></script>
Setup the document title, scrolling speed and separator character in the javaScript:
var title = "A long documeng title here"; var speed = 300; var seperator = "|";
Initialize the marqueetitle to start the marquee.
MarqueeTitle.start(title, speed, seperator);
Changelog:
06/02/2018
- v4.0: Major improvements