项目作者: curtistimson

项目描述 :
✨ Flashing Page Title Notification
高级语言: JavaScript
项目地址: git://github.com/curtistimson/flashing-page-title-notification.git


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

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

Install

  1. npm install flashing-page-title-notification

Develop

Manual build to /dist:

  1. npm run build

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

  1. npm run build-demo