Skip to content

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

License

Notifications You must be signed in to change notification settings

argunner/blinkTitle.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 81.2%
  • JavaScript 18.8%