flashing-page-title-notification
v2.5.0
Published
A javascript plugin which allows easy use of creating a flashing page title for notification purposes.
Downloads
119
Readme
Flashing Page Title Notification JS
A javascript plugin which allows easy use of creating a flashing page title for notification purposes.
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