- New mobile navigation experience

This commit is contained in:
Peter Papp
2021-04-15 09:28:06 +02:00
parent a7ba0719a5
commit 110f7b60d6
11 changed files with 239 additions and 453 deletions

View File

@@ -61,12 +61,12 @@
// Transition
.context-menu-enter-active,
.fade-enter-active {
transition: all 200ms;
transition: all 300ms;
}
.context-menu-leave-active,
.fade-leave-active {
transition: all 200ms;
transition: all 300ms;
}
.fade-enter,