Skip to content

tonydjukic/flashing-page-title-notification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flashing Page Title Notification JS

Netlify Status

A javascript plugin which allows easy use of creating a flashing page title for notification purposes.

enter image description here

Demo

https://flashing-page-title-notification.netlify.com/demo

Blog Article

http://curtistimson.co.uk/post/js/create-a-flashing-tab-notification-page-title/

Example

pageTitleNotification.on("New Message!", 1000);

pageTitleNotification.off()

Install

npm install flashing-page-title-notification

Develop

Manual build to /dist:

gulp build

Changes can be tested at /dist/demo

Packages

No packages published

Languages

  • JavaScript 83.0%
  • HTML 17.0%