ssbeefeater / react-typed

A react wrapper for typed.js
http://ssbeefeater.github.io/react-typed
MIT License
325 stars 35 forks source link

Prevent complete destroy #64

Open ryankoch13 opened 8 months ago

ryankoch13 commented 8 months ago

Hello and thank you for creating this package, it's worked great so far. Currently I am trying to use it to render a series of strings that all start with the same letter and loop continuously. It does as I would expect through the array and only backspaces to the first letter, then continues the cycle. On the end of the array it completely backspaces and starts over new, which makes sense, but I was wondering if there was a workaround for this? I would like the first letter to always be there, even at the end of the loop. For my use case it would look better and prevent height issues. Is there a way to do this?