Deferred typing

$('.typist')
	.typist({ speed: 12 })
	.typistPause(3000) // 3 sec
	.typistAdd(' – Professor?!\n')
	.typistPause(3000) // 2 sec
	.typistAdd(' – Good news, everyone!');

Fork me on GitHub