You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a common layout and subrouters show in <Outlet />. It worked fine, but I wanted to add some slide animation when I route between pages. So I surround it with <Transition>, it became broken. I didn't find any animation effects. Besides, if I click the go back button on Chrome, both routers' content showed at the same time.
Hi, I have a common layout and subrouters show in
<Outlet />
. It worked fine, but I wanted to add some slide animation when I route between pages. So I surround it with<Transition>
, it became broken. I didn't find any animation effects. Besides, if I click the go back button on Chrome, both routers' content showed at the same time.jsx:
css:
Sorry to ask this dumb question. But can you show me a simple example about this?
The text was updated successfully, but these errors were encountered: