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

pause duration affects the first frame #276

Open sleepreading opened 2 years ago

sleepreading commented 2 years ago
AnimatedTextKit(
  animatedTexts: [
    TypewriterAnimatedText('................................'),
  ],
  pause: const Duration(seconds: 7),  // <--- have to wait for 7 seconds to see the text '...........'
  repeatForever: true,
)