aagarwal1012 / aagarwal1012/Animated-Text-Kit

How to replay animation on click?

Ouverte
#317 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Dart
Étoiles
1.8k
Forks
321
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

```dart
AnimatedTextKit(
animatedTexts: [
TypewriterAnimatedText(
'My App',
textStyle: TextStyle(
fontSize:
Theme.of(context).textTheme.headlineMedium?.fontSize,
fontWeight: FontWeight.bold,
),
speed: const Duration(milliseconds: 200),
cursor: '|',
),
],
totalRepeatCount: 1,
displayFullTextOnTap: true,
stopPauseOnTap: true,
)
```

Guide de contribution

Ouvrir le guide de contribution

Piste de recherche

Look at the AnimatedTextKit widget's source to understand how animations are triggered and controlled. The issue asks for replay on click, so examine the tap handling logic and animation state management. Check existing examples and tests to see how repeat behavior is implemented, then modify to restart the animation sequence on tap.

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
Fonctionnalité
Difficulté
3/5
Temps estimé
1-2 jours
Activité
À l'abandon
Clarté
Plutôt claire
Accessibilité débutants
45/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.