aagarwal1012 / aagarwal1012/Animated-Text-Kit
Initial wait
Ouverte
- Langage dominant
- Dart
- Étoiles
- 1.8k
- Forks
- 321
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
**Is your feature request related to a problem? Please describe.**
Typing animations are often used to mimic human behaviour(as in chat bots). Ability to add an initial wait before the animation start would be great. Is there a built-in way to do this?
**Describe the solution you'd like**
Ability to add initial wait to text animation.
```dart
...
pause: const Duration(milliseconds: 1000),
initialPause: const Duration(milliseconds: 1000),
...
```
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.