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

Stacking text animations #260

Open Sam-Guru-In-Training opened 3 years ago

Sam-Guru-In-Training commented 3 years ago

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.

SirusCodes commented 3 years ago

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.

That's a nice suggestion. Or we can give the user an option to pass an AnimationController.

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.

I don't think that's a good idea because this will increase the package size without giving any significant value to the user.

zjjt commented 3 years ago

+1 for enabling passing an animation controller. I am dealing with some texts which animations i need to sync but for now i am unable to properly do that since their timing is all wrong

SirusCodes commented 3 years ago

It would be really great if anyone of you can contribute to the feature as all the maintainers are busy.

RasheeqZaman commented 2 years ago

Is there any option to pass AnimationController now?

ABHISHEK0S1INGH commented 1 year ago

Hey @SirusCodes My name is Abhishek Singh and i want to contribute on this issue. Can you please assign me ?? It will be very greatful

ABHISHEK0S1INGH commented 1 year ago

thank you @SirusCodes I will try to give my best.

ABHISHEK0S1INGH commented 1 year ago

Hi @SirusCodes ,I need help regarding this project,can you help me plz...

SirusCodes commented 1 year ago

@ABHISHEK0S1INGH open a discussion... Let's not spam everyone here

tapizquent commented 1 year ago

Any updates on this?

SirusCodes commented 1 year ago

@tapizquent I don't think anyone is working on this... It would be great if you can contribute to this

chadlyalan commented 1 year ago

I would also love to see this implemented.