Results 17 comments of maxeth

@salesp07 Thanks for explaining. Seems pretty useful, and it would theoretically be possible to add such a prop. Maybe for now you could try rendering the `` with position `style={{position:...

Right, I'll note this down. You could do a (slightly complicated) workaround for now by copying over the default animation css styles, passing them manually via `className` and using callback...

Let's leave it open until the feature gets added, which may take a while anyways :)

Hey, did you take a look at this section? https://react-type-animation.netlify.app/options#custom-cursor-animation You could maybe do something like this ```css .type::after { content: '_'; animation: cursor 1.1s infinite step-start; } @keyframes cursor...

I'm not familiar with that package, but from what it seems it expects a raw string, and not a HTML element. ```tsx import SyntaxHighlighter from 'react-syntax-highlighter'; import { docco }...

Thanks for your suggestion. The core animation logic is declarative, so the addition/deletion of already existing text is based on the current sequence string, rather than a prop like `deletion={true}`....

> Have you ever figured out a way to "reload" the Auto Ads on page change? I didn't. I switched to anchor tag navigation. Not that dramatic on a redactional/blog-type...