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

Initial wait #326

Open gokhanmeteerturk opened 10 months ago

gokhanmeteerturk commented 10 months ago

Is your feature request related to a problem? Please describe. Typing animations are often used to mimic human behaviour(as in chat bots). Ability to add an initial wait before the animation start would be great. Is there a built-in way to do this?

Describe the solution you'd like Ability to add initial wait to text animation.

  ...
  pause: const Duration(milliseconds: 1000),
  initialPause: const Duration(milliseconds: 1000),
  ...
gokhanmeteerturk commented 10 months ago

Apparently there are several alternatives here so I'm closing this one.