timelines icon indicating copy to clipboard operation
timelines copied to clipboard

Suggested feature: Animations

Open ZaifSenpai opened this issue 3 years ago • 4 comments

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.

ZaifSenpai avatar May 29 '21 20:05 ZaifSenpai

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

Can you show me any other examples?

chulwoo-park avatar Dec 23 '21 02:12 chulwoo-park

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

zaif-bsol avatar Dec 23 '21 10:12 zaif-bsol

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 avatar Jul 14 '22 23:07 Scheideba

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.

Scheideba avatar Jul 15 '22 06:07 Scheideba