aagarwal1012 / Animated-Text-Kit

🔔 A flutter package to create cool and beautiful text animations. [Flutter Favorite Package]
https://animated-text-kit.web.app
MIT License
1.65k stars 305 forks source link

Ability to control entry/exit animations of RotateAnimatedText #287

Open chimon2000 opened 2 years ago

chimon2000 commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Currently. there is no way to control the direction of RotateAnimatedText for entry/exit animations.

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered Creating a custom text animation appears to be the only valid alternative, however, I feel like this can be built into the current widget.

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

animate_do has some examples of fading options:

FadeIn Animations