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

Fade animation speed #321

Open
Hafsa-Awan opened this issue Aug 9, 2023 · 1 comment
Open

Fade animation speed #321

Hafsa-Awan opened this issue Aug 9, 2023 · 1 comment

Comments

@Hafsa-Awan
Copy link

how to slow down fading of text.

@raminmoharrami
Copy link

raminmoharrami commented Sep 17, 2023

how to slow down fading of text.
for FadeAnimatedText using duration property:
FadeAnimatedText( 'Some Text', duration: Duration(milliseconds: 500), ),
for TyperAnimatedText using speed property:
TyperAnimatedText( 'Some Text', textStyle: GoogleFonts.lobster( fontSize: 20, color: Colors.grey.shade800, ), speed: Duration(milliseconds: 160), ),
and etc..(check the property for each animation type)

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

2 participants