Reputation: 31
I want to increase the animation speed. As I see in the documentation https://reactnavigation.org/docs/material-top-tab-navigator, there is no longer props like timingConfig or springConfig in react-navigation v6.
Expected: Can adjust animation speed
Upvotes: 3
Views: 593
Reputation: 31
It looks like @react-navigation
removed this option in v6. v5 had timingOptions
, v6 no longer does.
The only explanation I've found is the following.
https://github.com/react-navigation/react-navigation/issues/11173#issuecomment-1408886342
Upvotes: 0