Example #8: simple progress indicator with text

The text dots will go on and on in this example. Of course in a real use case it would be stopped using .unrepeat().

$('.progress').repeat().text('.').repeat(500).append('.').until(20);

Still processing

Other examples with closed loops

Other examples with instant loops

Other examples with intervals

Other examples with open loops

Other examples with repeat-loops