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

typer.js is a very small jQuery text rotator plugin which allows you to rotate through an array of text strings with typewriter style typing and deleting animations.

Typing text-animation text-rotator

Documentation

Typer.js

is a great free jQuery plugin that animates typing string.

Demo

Go to demo page.

Requirement

Installation

# bower bower install typer.js --save  # npm npm install typer.js --save 

Usage

Typer.js is easy to use, see the following code:

Typer.js  <span id="example"></span>  [...]  <script type="text/javascript"> 	$("#example").typer({ 		strings: [ 			"is a great free jQuery plugin", 			"animates typing string", 			"is created by 123Apps.org" 		] 	}); </script> 

License

  • MIT

You May Also Like