Hello, I have a small problem here.
When I press on a button to switch to another Route, the animation is really fast and seems strange. I can't help it but no matter what I try it doesn't look better.

I have a very simple setup
<Router>
<Route name="launch" component={SignUpView} initial={true} wrapRouter={true} title="Einloggen"/>
<Route name="register" component={Header} title="Register"/>
</Router>
What could be the problem here?
Thanks!