readme-typing-svg icon indicating copy to clipboard operation
readme-typing-svg copied to clipboard

Line Break Without the Pause

Open JanoschMenke opened this issue 2 years ago • 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.

JanoschMenke avatar Apr 13 '23 14:04 JanoschMenke

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

DenverCoder1 avatar Apr 13 '23 15:04 DenverCoder1

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

JanoschMenke avatar Apr 14 '23 08:04 JanoschMenke

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 avatar Apr 16 '23 19:04 DenverCoder1