react-typist
react-typist copied to clipboard
Show complete text
Hi, cool library. Would be convenient to have some possibility to immediately show the complete text.
E.g. on mouse click show the complete text
hey yeah that's a cool idea, I'll look into it! Also open to pull requests! :smile:
Any progress on this enhancement. Would be really handy, for example if you don't want to show the animation a second time when user revisits page.
I think you could do this outside of the component. Just create a handler that takes a mouse click event and renders the text without the <Typist> tags. Although it would be nice to hand in a prop that does that for you. If I get time, I'll make a PR.