Add animated typing text to any block element. Download .zip Download .tar.gz View on GitHub Typist is a jQuery plugin that allows you to animate text as if it were being typed onto the screen. It was created by @davidcrawford. $('#terminal').typist({ height: 300 }); $('#terminal').typist('prompt') .wait(1500) .typist('type', 'greet') .typist('echo', 'Hello, world!') See it in action at http://cha