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.64k stars 306 forks source link

Fade animation speed #321

Closed Hafsa-Awan closed 3 weeks ago

Hafsa-Awan commented 11 months ago

how to slow down fading of text.

raminmoharrami commented 10 months ago

how to slow down fading of text. for FadeAnimatedText using duration property: FadeAnimatedText( 'Some Text', duration: Duration(milliseconds: 500), ), for TyperAnimatedText using speed property: TyperAnimatedText( 'Some Text', textStyle: GoogleFonts.lobster( fontSize: 20, color: Colors.grey.shade800, ), speed: Duration(milliseconds: 160), ), and etc..(check the property for each animation type)

SivaRamana-H-V commented 4 weeks ago

Hay Kindly assign this issue to me