Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WavyAnimatedText , I want to handle jumping height in WavyAnimation. #306

Open
karzia opened this issue Mar 16, 2023 · 0 comments
Open

WavyAnimatedText , I want to handle jumping height in WavyAnimation. #306

karzia opened this issue Mar 16, 2023 · 0 comments

Comments

@karzia
Copy link

karzia commented Mar 16, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant