aagarwal1012 / aagarwal1012/Animated-Text-Kit
pause duration affects the first frame
Aperta
- Lingua principale
- Dart
- Stelle
- 1.8k
- Fork
- 321
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
```
AnimatedTextKit(
animatedTexts: [
TypewriterAnimatedText('................................'),
],
pause: const Duration(seconds: 7), // <--- have to wait for 7 seconds to see the text '...........'
repeatForever: true,
)
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.