🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

titleEffect is a jQuery plugin to create impressive document titles that make it simple to animate the title text in the browser tab.


Documentation

Lightweight jQuery plugin to give little effect of your webpage title.

Usage

$(document).ready(function(){     $.titleEffect({         delay: 1000,     // Delay time between animation frames         effect: 'blink', // Effect Types: blink, replace, scroll         separator: ',',  // Seperates multiple titles         titles: [             'This is my first title',             'This is my second title',             'This is my third title',         ]     }); }); 

You May Also Like