Create Blinking Browser Title Notification with Pure JavaScript – blinkTitle.js

Category: Javascript , Notification | January 23, 2015
Authorargunner
Last UpdateJanuary 23, 2015
LicenseMIT
Tags
Views3,249 views
Create Blinking Browser Title Notification with Pure JavaScript – blinkTitle.js

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);

You Might Be Interested In:


Leave a Reply