Instead of using an animated gif, I would like to instead have text in a span:
- Waiting
- Waiting.
- Waiting..
- Waiting...
I would like to loop through each and then return to the first in an infinite loop. I would also like to control the interval to speed up or slow it down. I'd like to have my HTML to be:
<p>Waiting<span id="dots"></span></p>
And simply cycle the span innerHTML. Thanks!