react-typing-animation
react-typing-animation copied to clipboard
A fully-featured typing animation in React that supports any valid JSX.
I'm wondering why it doesn't update what's being displayed based on a change to props? Short example of what I'm talking about: [](https://codesandbox.io/s/dynamic-typing-2ede5?autoresize=1&fontsize=14&hidenavigation=1&theme=dark) Is this intentional?
### ISSUE I have a 9 rows to print, and that animation should work in loop, the first time iteration works as expected, but the 2nd and all after that,...
I have a looping typing animation and when it runs long enough I get the following error: ``` utils.js:130 Uncaught RangeError: Maximum call stack size exceeded at WeakSet.has () at...
See issue #46 Resolves console warnings.
Hi, the dependency "styled-components" requires an updated. Otherwise the console will output these warnings: ``` Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details....
**Description** I have tried to add emoji to labels that I want to type via Typing and they are rendered in a weird way. Here is my component init: ```jsx...
As title I believe, this happens in multiple browsers and I'm not sure what to do about it
This used to work in the version I was using before (1.3.3) I updated to the version (1.6.2) And now I have the issue. Basically I have an array of...
Hey, Cool Library! Thanks! 🥑 So, I've been trying to conditionally render, for instance, the `` and noticed that: 1) if I purposefully render a bool or null to avoid...
I guess this is related to #7 but I would like to have the opposite behavior. Is there a way to keep the cursor blinking after the typing is done?