Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggested feature: Animations #41

Open
ZaifSenpai opened this issue May 29, 2021 · 4 comments
Open

Suggested feature: Animations #41

ZaifSenpai opened this issue May 29, 2021 · 4 comments

Comments

@ZaifSenpai
Copy link

Hi. This is a great library by all means. It is just missing animation from one indicator to another. That would be cool if I could show it animated to the user.

@chulwoo-park
Copy link
Owner

chulwoo-park commented Dec 23, 2021

I want to add an animation where the connector is directional and drawn towards the next indicator.

Can you show me any other examples?

@zaif-bsol
Copy link

zaif-bsol commented Dec 23, 2021

I want to add an animation where the connector is directional and drawn towards the next indicator.

Can you show me any other examples?

I mean something like a progress bar; without the text of-course

progress bar

@Scheideba
Copy link

It would also be cool to have the animation similar to AnimatedList where when tiles are added/deleted you can control how this is done with SizeTransition, etc.

@Scheideba
Copy link

Scheideba commented Jul 15, 2022

It would also be cool to have the animation similar to AnimatedList where when tiles are added/deleted you can control how this is done with SizeTransition, etc.

I was able to create a somewhat working working way of doing this, but definitely not perfect. You can change the SliverList in the timelines.dart file to a SliverAnimatedList. Then instead of the SliverChildDelegate you pass an AnimatedListItemBuilder. In the timeline_tile_builder.dart I just wrapped the TimelineTile in a SizeTransition and passed in the animation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants