aagarwal1012 / aagarwal1012/Animated-Text-Kit
Stacking text animations
- Dominant language
- Dart
- Stars
- 1.8k
- Forks
- 321
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
I'd like to choreograph Text animations one after another.
So for instance my main text is a TextLiquidFill
Following its completion, I'd like to run
TypewriterAnimatedText on another line of Text.
Probably the most flexible solution would be to offer a way to delay an animation starting, so you can set it to the duration of the prior animation.
It might also be cool to have a default font for each effect, that best sets a tone for the effect. So monospace for Typewriter etc. But I don't know if fonts can be relied on cross-platform.
Contributor guide
Research direction
Look at the existing animation classes like TextLiquidFill and TypewriterAnimatedText in the lib/ directory. Understand how animations are triggered and how durations are managed. The goal is to allow sequencing animations, possibly by adding a delay parameter or a controller mechanism. Check example usage to see how animations are currently composed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- frontend, mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100