textillate
textillate copied to clipboard
Keep previous lines visible?
Is it possible to keep lines already displayed visible, i.e. instead of replacing them, insert the next animated line after them?
This is currently not possible. Depending on your use case, a workaround might be to call textillate on each line with different initial delays.
$('.tlt1').textillate()
$('.tlt2').textillate({ initialDelay: 1000 })
$('.tlt3').textillate({ initialDelay: 2000 })