rafalbednarczuk / curved_navigation_bar

Animated Curved Navigation Bar in Flutter
BSD 2-Clause "Simplified" License
683 stars 239 forks source link

can i pause animation at a specific index #122

Closed Mohammad-kanaan-alsharbaje closed 3 months ago

Mohammad-kanaan-alsharbaje commented 2 years ago

can i pause animation at a specific index ? how can i do that without any issue i tried to do it but there is a lot of issues لقطة الشاشة 2022-04-13 060738

tavyDesign commented 1 year ago

I'm also interested

heshesh2010 commented 1 year ago

you can pause or resume animation when current index = 1 for example

animationDuration: currentIndex== 1 ? const Duration(milliseconds: 1) : const Duration(milliseconds: 300),

don't forget to use set state or statemangment like getx to refresh the widget .

rafalbednarczuk commented 3 months ago

What do you want to achieve exactly? I'll reopen the issue if you describe the problem so I know what's the issue