/word-typing-effect

Javascript plugin that simulates a real time typing text.

Primary LanguageJavaScript

Word typing effect

Javascript plugin that simulates a real time typing text. This plugin/function is a wip, so will be updated soon.

You can see an example working here.

###How to use

It's a very easy-to-use function. You just need to pass the id where the text is, and the *speed *you want to load the text at.

<h1 id="message">This is a simple text example</h1>

...

<script type="text/javascript">
	var wt = new WordTyping("message", 3);
</script>

====== Jordi Llobet | newpatriks@gmail.com