aagarwal1012 / aagarwal1012/Animated-Text-Kit
Wavy problem
- 主要言語
- Dart
- スター
- 1.8k
- フォーク
- 321
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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
コントリビューションガイド
評価
この issue はまだ評価されていません。