-
Notifications
You must be signed in to change notification settings - Fork 13
chadselph/jquery-typewriter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published