Simple typing

$('.typist')
	.typist({
		speed: 12,
		text: 'Hello!\n'
	})
	.typistAdd('It\'s working!');

Fork me on GitHub