dhanayanshankar / blinkTitle.js

Is a Pure Javascript Implementation of TitleBar Alert or Notification.It Can Perform Blinking of Html Titlebar When Required.

Home Page:http://flouthoc.github.io/blinkTitle.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blinkTitle.js

Is a Pure Javascript Implementation of TitleBar Alert or Notification.It Can Perform Blinking of HTML Titlebar for Titlebar Alert or Titlebar Notification http://flouthoc.github.io/blinkTitle.js/

#Preview Preview

#Usage Getting Started

<script type="text/javascript" src="https://raw.githubusercontent.com/flouthoc/blinkTitle.js/master/index.js"></script>

#Usage

####Regular Blink

  blinkTitle('message1','message2',delayTime,false);

####Regular Blink with Timeout (milliseconds) (stops after 'timeout')

  blinkTitle('message1','message2',delayTime,false,timeout);

####If You Want Notify When User is On Other Tab

  blinkTitle('message1','message2',delayTime,true);
  

####If You Want Notify When User is On Other Tab with Timeout (milliseconds) (stops after 'timeout')

  blinkTitle('message1','message2',delayTime,true);

####Stop

  blinkTitleStop();

#Examples http://flouthoc.github.io/blinkTitle.js/

#Not Yet Implemented

  1. Timeout Implementation implemented by @michaeldjeffrey
  2. Simplify Arguments By Converting them To JSON
  3. Minifying Script

About

Is a Pure Javascript Implementation of TitleBar Alert or Notification.It Can Perform Blinking of Html Titlebar When Required.

http://flouthoc.github.io/blinkTitle.js/

License:MIT License


Languages

Language:HTML 81.2%Language:JavaScript 18.8%