aagarwal1012 / aagarwal1012/Animated-Text-Kit
pause duration affects the first frame
- Langage dominant
- Dart
- Étoiles
- 1.8k
- Forks
- 321
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
```
AnimatedTextKit(
animatedTexts: [
TypewriterAnimatedText('................................'),
],
pause: const Duration(seconds: 7), // <--- have to wait for 7 seconds to see the text '...........'
repeatForever: true,
)
```
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Look at the AnimatedTextKit widget and its pause parameter handling, likely in lib/src/animated_text_kit.dart. Examine how the initial animation delay is applied, particularly for TypewriterAnimatedText. Test by running the provided example and modifying the pause logic to ensure the first frame appears immediately before the pause takes effect.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- dart, flutter
- Domaine
- frontend, mobile
- Type d'issue
- Bug
- Difficulté
- 2/5
- Temps estimé
- 1-3 heures
- Activité
- À l'abandon
- Clarté
- Clairement spécifiée
- Accessibilité débutants
- 65/100