aagarwal1012 / aagarwal1012/Animated-Text-Kit

ColorizeAnimatedText's animation is weird.

Abierto
#241 3 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Dart
Estrellas
1.8k
Forks
321
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

the color animation is weird. There has a short animation at the beginning when repeated.

dependencies:
`animated_text_kit: ^4.2.0`

Here's a piece of code:

```dart
child: AnimatedTextKit(
repeatForever: true,
animatedTexts: [
ColorizeAnimatedText(
'市井小民',
speed: Duration(milliseconds: 1000),
textStyle: TextStyle(
fontSize: 24.0,
),
colors: [
Colors.purple,
Colors.blue,
Colors.yellow,
Colors.red,
],
),
],
)),
```
![only repeat once](https://i.imgur.com/kpa4KOY.gif)

Please wait until repeated, about 10s.

Thanks for every tip!

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.