curved_navigation_bar
curved_navigation_bar copied to clipboard
can i pause animation at a specific index
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
I'm also interested
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 .