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

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

Preview:

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

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

You Might Be Interested In:


Leave a Reply