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

Textbanner is a jQuery plugin for a retro text banner animation that animates the text character by character with the support of infinite loop and custom animation speed.

text-animation

Documentation

textbanner

Install using npm:

> npm install textbanner 

Create a div:

<div id='textbanner'>Hello World!</div> <h1 id='textbanner'>Hello World!></div> <p id='textbanner'>Hello World!</div> 

Use jQuery to select element and call textbanner():

<script>     $('#textbanner').textbanner(); <script> 

And you're done. Read more about it on the Github Page.


You May Also Like