aagarwal1012 / aagarwal1012/Animated-Text-Kit

ColorizeAnimatedText's animation is weird.

オープン
#241 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Dart
スター
1.8k
フォーク
321
PR マージ指標
30日以内にマージされた PR はありません

説明

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!

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。