1.2.1 • Published 8 years ago
typer.js v1.2.1
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