Skip to content

newpatriks/word-typing-effect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Javascript plugin that simulates a real time typing text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published