Dương Trần
Dương Trần

Reputation: 31

How to adjust the screen animation speed of @react-navigation/material-top-tabs in react-navigation v6

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

Answers (1)

dcposch
dcposch

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

Related Questions