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

pause duration affects the first frame

Open sleepreading opened this issue 3 years ago • 0 comments

AnimatedTextKit(
  animatedTexts: [
    TypewriterAnimatedText('................................'),
  ],
  pause: const Duration(seconds: 7),  // <--- have to wait for 7 seconds to see the text '...........'
  repeatForever: true,
)

sleepreading avatar Jan 13 '22 03:01 sleepreading