Animated-Text-Kit icon indicating copy to clipboard operation
Animated-Text-Kit copied to clipboard

ColorizeAnimatedText's animation is weird.

Open ZihYangLin opened this issue 3 years ago β€’ 2 comments

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:

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

Please wait until repeated, about 10s.

Thanks for every tip!

ZihYangLin avatar Apr 22 '21 12:04 ZihYangLin

Same problem although added "isRepeatingAnimation: false"

namlhse02285 avatar Sep 26 '21 08:09 namlhse02285

happening for me too

Scheideba avatar Oct 13 '21 06:10 Scheideba