Adjustments
1. To change typing speed change this number (the higher the slower):
{typeWriter(text, i + 1, fnCallback) }, 120);
2. To change the delay before animation starts again change this number:
setTimeout(function() {
StartTextAnimation(0);
}, 20000);
}
Source: http://codepen.io/danielgroen/pen/VeRPOq