romboHQ / tailwindcss-motion

tailwindcss-motion is a Tailwind CSS Plugin made at RomboHQ. It’s a simple, yet powerful, animation library with a simple syntax.
https://rombo.co/tailwind/
MIT License
1.48k stars 20 forks source link

Typewriter effect runs infinite #6

Closed kobeaerts closed 2 weeks ago

kobeaerts commented 2 weeks ago

Hey, cool library!

Is it possible to run the typewriter effect only once? And is it possible to remove the blinking effect?

KevinGrajeda commented 2 weeks ago

We just added the ability to tweak looping animations with motion-loop-[loop count]. Now, you can use motion-loop-once or motion-loop-[1.5] to create different effects. example: https://play.tailwindcss.com/dgdVxyFPWh

And the possibility of removing the blinking effect isn't on our radar for now. Sorry about that