A new technique for creating TYPEWRITER EFFECT text

You can’t do this with Paul’s script since the code does not allow for markup ‘<b>’ etc within the ‘txt’ javascript string. In my framework I allow markup and when the code comes to splitting the text into indiidual characters it recognises the markup (starts with a ‘<’) and passes this through to the browser.

I will look into this, but I suspect it is to do with the number of characters versus the number of frames to display them in. You can get around it by increasing the fps. Instead of “3:30” change it to “3:60” and all the characters should display. Please let me know if this works for you.