Animated-Text-Kit
Animated-Text-Kit copied to clipboard
🔔 A flutter package to create cool and beautiful text animations. [Flutter Favorite Package]
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
Added onFinished callback to TextLiquidFill, readme and example updated according to change.
I am willing to work on this issue to create an animated text effect like EFFECT 12 from https://tobiasahlin.com/moving-letters/#12 Kindly assign this issue to me.
Inside the animations, the text color is Black for the Web, but White for Mobile Apps (iPhone/Android). What is weird is the text color for everything else matches. ## Web...
I would suggest to remove use of `DefaultTextStyle` in `README.md` and `example` which was introduced in #217 as it would suggest the user to use it for every time when...
PR #203 offered customization for controlling the `fadeInEnd` and `fadeOutBegin`. There should be a test case that exercises this scenario.
Reference: https://tobiasahlin.com/moving-letters/ If you want to work on any animation follow these steps. 1. Open an issue with the link of animation 2. Open a PR 3. Get it merged!
When new animations are introduced, we need to know how to best capture new [animation samples](https://github.com/aagarwal1012/Animated-Text-Kit/tree/master/display). Specifics around: * settings (resolution, duration, etc.) * tooling * optimization techniques will be...