aagarwal1012 / aagarwal1012/Animated-Text-Kit
Wavy problem
- Dominant language
- Dart
- Stars
- 1.8k
- Forks
- 321
- PR merge metrics
- No merged PRs in 30d
Description
Container(
height: 100.r,
child: AnimatedTextKit(
animatedTexts: [
WavyAnimatedText('Hello World',textStyle: TextStyle(
fontSize: 20.0,
color: Colors.black
), textAlign : TextAlign.center,
),
WavyAnimatedText('Hello World',textStyle: TextStyle(
fontSize: 20.0,
color: Colors.black
), textAlign : TextAlign.center,
),
],
repeatForever: true,
),
),
After the animation is completed, the text box returns to its original position
Just repeat forever, the effect will be very strange
Contributor guide
Assessment
This issue has not been assessed yet.