aagarwal1012 / aagarwal1012/Animated-Text-Kit
pause duration affects the first frame
Open
- Dominant language
- Dart
- Stars
- 1.8k
- Forks
- 321
- PR merge metrics
- No merged PRs in 30d
Description
```
AnimatedTextKit(
animatedTexts: [
TypewriterAnimatedText('................................'),
],
pause: const Duration(seconds: 7), // <--- have to wait for 7 seconds to see the text '...........'
repeatForever: true,
)
```
Contributor guide
Assessment
This issue has not been assessed yet.