react-type-animation icon indicating copy to clipboard operation
react-type-animation copied to clipboard

A React typewriter animation based on typical with extended functionality and customization.

Results 17 react-type-animation issues
Sort by recently updated
recently updated
newest added

``` WARNING in ./node_modules/react-type-animation/dist/esm/index.es.js Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from 'C:\Users\Harrison Howard\Documents\Github Repos\Portfolio\harrison-portfolio\node_modules\react-type-animation\src\components\TypeAnimation\index.tsx' file: Error: ENOENT: no such file or directory, open 'C:\Users\Harrison Howard\Documents\Github Repos\Portfolio\harrison-portfolio\node_modules\react-type-animation\src\components\TypeAnimation\index.tsx' WARNING...

I've created this PR to remove the default export because it is broken the build. I've tested this in a web development hosted in Netlify and the build failed. But...

Can there be a prop for delaying animation on mount,because i am using this in my hero section and there is already an opacity animation in type animation div

` question: ${item.question}`, ]} wrapper="p" speed={{ type: "keyStrokeDelayInMs", value: 0.001 }} className='font-secondary' /> `

Basically as the title says. As with other type-animation libraries, I am not sure why the default is to delete the text automatically, or at the very least, why there...

Great library! As you support similar feature like [chatgpt](https://react-type-animation.netlify.app/examples#typing-word-by-word) I was wondering if we can also support a code syntax highlighter when the text is code. Tried to make it...

Can we remove the `prop-types` peer dependency? Doesn't seem to be used at all in the package

I was looking for a way to simulate a command line style animation and came across this package that looks great, however the cursor uses the standard vertical line style,...

As it is mentioned in the [Usage Notes](https://github.com/maxeth/react-type-animation#usage-notes) > Immutability > Due to the nature of the animation, this component is permanently memoized, which means that the component never re-renders...

Great plugin! One use case of such a plugin is often to display someone writing code. We might want to style the text to represent tags, values, attributes, etc... differently....