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

Line Break Without the Pause #206

Open
JanoschMenke opened this issue Apr 13, 2023 · 3 comments
Open

Line Break Without the Pause #206

JanoschMenke opened this issue Apr 13, 2023 · 3 comments
Labels
no-issue-activity No activity in 30+ days question Further information is requested

Comments

@JanoschMenke
Copy link

Hi,

is there a way to have a Linebreak in the text without the Pause time being applied. I would only like the pause to happen after the complete Text has been rendered.

@JanoschMenke JanoschMenke added the question Further information is requested label Apr 13, 2023
@DenverCoder1
Copy link
Owner

You can set the pause parameter to 0 or remove it if you have it currently set to 1000 (ms).

If you are referring to there being a pause when the width is wider than the text, that is because the way it is designed, the duration is the time it takes to draw a path from 0 to 100% (see #68 and related issues).

@JanoschMenke
Copy link
Author

Hi thanks for the answer, but if I remove the pause or set it to zero it will also not pause after a lines have been completed right. So I am looking for a case, where between lines no pause is happening and only at the end there is a single one

@DenverCoder1
Copy link
Owner

The pause parameter lets you put a pause at the end. There is no pause between lines unless you are referring to the part of the animation where the path has not yet revealed any text which can only be reduced by making the length of the text closer to the image width.

Is there a particular image you are working with that you can give as an example?

@DenverCoder1 DenverCoder1 added the no-issue-activity No activity in 30+ days label Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-issue-activity No activity in 30+ days question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants