aagarwal1012 / Animated-Text-Kit

🔔 A flutter package to create cool and beautiful text animations. [Flutter Favorite Package]
https://animated-text-kit.web.app
MIT License
1.65k stars 305 forks source link

Animate RichText #254

Open chintanrparmar opened 3 years ago

chintanrparmar commented 3 years ago

I am using AnimatedTextKit to animate the text with a typewriter effect. I have a sentence where each word is of a different color, which is not possible to do as animatedTexts takes the list of TypewriterAnimatedText where I can only put a string, and even if I put words as a separate list item it will come after other. I want to animate a sentence typed out animation with each word as a different color.

SirusCodes commented 3 years ago

It would be a great feature to have but I'm not sure that if we can implement that easily with any of the flutter widgets as many of the animations animated each character individually.

awhitford commented 3 years ago

This would require a custom animation.