Skip to content

Lets you add a "typewriter" effect on any element, printing out a single character at a time.

Notifications You must be signed in to change notification settings

chadselph/jquery-typewriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

jquerytypewriter is a jQuery plugin to do the "typewriter" effect.

It's based on the movie WarGames when the computer, Joshua, was playing tic tac toe. (https://www.youtube.com/watch?v=NHWjlCaIrQo#t=3m19s)

You can see it in action here:

https://chadselph.github.io/jquery-typewriter/

Checkout demo.html for example usage.

In general, it's like this:
 $('.someselector').typewrite({
    'delay': 100, //time in ms between each letter
    'extra_char': '', //"cursor" character to append after each display
    'trim': true, // Trim the string to type (Default: false, does not trim)
    'callback': null // if exists, called after all effects have finished
});

About

Lets you add a "typewriter" effect on any element, printing out a single character at a time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages