DenverCoder1/readme-typing-svg

Line Break Without the Pause

JanoschMenke opened this issue · 3 comments

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.

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

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

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?