aagarwal1012 / aagarwal1012/Animated-Text-Kit

WavyAnimatedText , I want to handle jumping height in WavyAnimation.

オープン
#306 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Dart
スター
1.8k
フォーク
321
PR マージ指標
30日以内にマージされた PR はありません

説明

**Is your feature request related to a problem? Please describe.**
This widget is great for me, I could improve my application ui better because of this Wavy Animation Widget.
I really feel thank for your team.
But I faced a minor problem that I implemented a animation ('...' is jumping ) with Wavy Animation and I felt this jump animation jumpped too high. I want to change jumping height so I looked for APIs and parameters, but couldn't find a solution.
I'd like to suggest a customizing option. like belows.

**Describe the solution you'd like**
I'd like to add 'jumpHeight' parameter in WavyAnimatedText constructor.
like belows .
WavyAnimatedText(
String text, {
TextAlign textAlign = TextAlign.start,
TextStyle? textStyle,
**this.jumpHeight,**
this.speed = const Duration(milliseconds: 300),
})

**Describe alternatives you've considered**
I'v tried to cover AnimatedTextKit with a sized cotainer. but it was not solved.

**Additional context**
Add any other context or screenshots about the feature request here.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。