Skip to content

curtiscde/flashing-page-title-notification

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

Blog Article

https://www.curtiscode.dev/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:

npm run build

Changes can be tested at /demo-publish by running:

npm run build-demo