Skip to content

hagayl/TypingEffect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A typing effect jQuery plugin

TypingEffect makes your text show one letter after the other to simulate a typewriter effect

How to use?

Here is a simple FitText setup:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="jquery.typingeffect.js"></script>
<script>
  jQuery("#text_content_1").typingEffect();
  jQuery("#text_content_2").erasingEffect();
</script>

Other options

You can set the effect speed and supply a callback function

jQuery("#text_content").typingEffect({speed : 30}, function(){
	jQuery("#text_content").erasingEffect();
});

About

Pushing this simple jQuery plugin to open

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published