Skip to content

Control the title of a HTML page with a single module

License

Notifications You must be signed in to change notification settings

webciter/smartTitle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

smartTitle

Control the title of a HTML page with a single module

Reference

Functions

/* optional duration in milliseconds */
scroll("Title to scroll", [duration])
flash("Title to flash", [duration])

Options

sets the flash speed in milliseconds
options.flashSpeed

sets the scrol speed in milliseconds
options.scrollSpeed

Installation

npm install

npm i smart_title

code for your app

window.smartTitle = require("smart_title");

Example

window.smartTitle.flash("Hello World!");

About

Control the title of a HTML page with a single module

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published