aagarwal1012 / aagarwal1012/Animated-Text-Kit

Wavy problem

Open
#271 4 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.