Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep previous lines visible? #97

Open
ladyisak opened this issue Jul 11, 2016 · 1 comment
Open

Keep previous lines visible? #97

ladyisak opened this issue Jul 11, 2016 · 1 comment

Comments

@ladyisak
Copy link

Is it possible to keep lines already displayed visible, i.e. instead of replacing them, insert the next animated line after them?

@jschr
Copy link
Owner

jschr commented Jul 11, 2016

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 })

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants