aagarwal1012 / aagarwal1012/Animated-Text-Kit
pause duration affects the first frame
Abierto
- Lenguaje dominante
- Dart
- Estrellas
- 1.8k
- Forks
- 321
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
```
AnimatedTextKit(
animatedTexts: [
TypewriterAnimatedText('................................'),
],
pause: const Duration(seconds: 7), // <--- have to wait for 7 seconds to see the text '...........'
repeatForever: true,
)
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.