Fix some issues with navigating in the router and bad animations

This commit is contained in:
Dane Everitt 2019-06-28 22:17:29 -07:00
parent 3db7698170
commit 8ac8a370f8
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
7 changed files with 73 additions and 48 deletions

View file

@ -5,7 +5,7 @@
.fade-enter-active {
@apply .opacity-100;
transition: opacity 150ms;
transition: opacity 250ms;
}
.fade-exit {
@ -14,7 +14,7 @@
.fade-exit-active {
@apply .opacity-0;
transition: opacity 150ms;
transition: opacity 250ms;
}
/** @todo fix this, hides footer stuff */