aagarwal1012 / aagarwal1012/Animated-Text-Kit

Ability to control entry/exit animations of RotateAnimatedText

未关闭
#287 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Dart
星标
1.8k
派生
321
PR 合并指标
30 天内没有已合并 PR

描述

**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._

* Ability to override exit animation for example to fade out and up or out and down.
* Ability to override entry animation for example to fade in and down or in and up.

**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](https://pub.dev/packages/animate_do) has some examples of fading options:
### FadeIn Animations
* FadeIn
* FadeInDown
* FadeInDownBig
* FadeInUp
* FadeInUpBig
* FadeInLeft
* FadeInLeftBig
* FadeInRight
* FadeInRightBig
### FadeOut Animations
* FadeOut
* FadeOutDown
* FadeOutDownBig
* FadeOutUp
* FadeOutUpBig
* FadeOutLeft
* FadeOutLeftBig
* FadeOutRight
* FadeOutRightBig

贡献指南

打开贡献指南

调研方向

Look at the RotateAnimatedText widget in the lib/ directory to understand its current animation logic. The issue requests adding parameters to control entry and exit animation directions (like fade in/out with up/down). Check how other animated text widgets in the package handle similar customization. The goal is to extend RotateAnimatedText's constructor to accept new animation direction parameters and update its build method to apply them.

由索引模型根据 Issue 内容生成。

评估

技术栈
dart, flutter
领域
frontend, mobile
Issue 类型
功能
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
描述清楚
新手友好度
55/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。