Author: | argunner |
---|---|
Views Total: | 3,246 views |
Official Page: | Go to website |
Last Update: | January 23, 2015 |
License: | MIT |
Preview:

Description:
blinkTitle.js is a JavaScript library which allows you to display blinking notification messages in your browser’s title bar.
Basic Usage:
Download and place the blinkTitle.js JavaScript library into your web page.
<script src="blinkTitle.js/master/index.js"></script>
Call the function to create the blinking notification messages.
// blinkTitle(msg1, msg2, delay, isFocus, timeout) blinkTitle("Message 1","Message 2",1000,true,5000);