Support view transition
T
Tony Cabaye
react-router-dom support view transition by ading an
unstable_viewTransition
props on the Link
element. (https://reactrouter.com/en/main/components/link#unstable_viewtransition)It would be great to be able to activate this feature by adding some configuration in docusaurus.config file for example.
Joshua Chen
Merged in a post:
Animations when switching doc pages
Joshua Chen
Support vuepress-like page animations when switching between doc pages in the same sidebar.
This is not very easy, considering we are probably remounting a lot of elements.