
title-scroll.js is a dead simple JavaScript plugin that animates (scrolls through) the long title of your document in the browser tab.
How to use it:
Download the zip and include the title-scroll.js into your document.
<script src="title-scroll.js"></script>
Config the animation of the page title with the following attributes:
- data-start: time to wait
- data-speed: animation speed
<script src="title-scroll.js" data-start="5000" data-speed="250"></script>







