1.2.1 • Published 8 years ago

typer.js v1.2.1

Weekly downloads
388
License
MIT
Repository
github
Last release
8 years ago

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
1.2.1

8 years ago

1.2.0

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago