Skip to content

beatmasta/typewriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typewriter

Type writing effect library for jQuery.

Usage

<script type="text/javascript">
    $(document).ready(function() {
        $("div#my-typewriter").typeWriter({
			startDelay: 100,   // type: integer | time in milliseconds to delay before starting the animation
			typeRowDelay: 100, // type: integer | pause milliseconds after typing each row
			typeDelay: 100,    // type: integer | this is delay to type each single character
			rowComplete: null, // type: function | one row typing complete callback
			complete: null     // type: function | full typing complete callback
		});
    });
</script>
<div id="my-typewriter">
    this is the first line
	test line 2
	test line 3
</div>

API Methods

More to be added soon....

About

jQuery text type effect plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published