mobile menu animation fix

This commit is contained in:
Çetin 2021-12-15 13:43:39 +03:00
parent be0da505d0
commit 516159783d
3 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@
<i class="pi pi-ellipsis-v"></i>
</a>
<div class="layout-topbar-menu" [ngClass]="{'layout-topbar-menu-mobile-active':appMain.topMenuActive,'':appMain.topMenuLeaving}">
<div class="layout-topbar-menu" [ngClass]="{'layout-topbar-menu-mobile-active':appMain.topMenuActive}">
<a href="#" class="p-link layout-topbar-button">
<i class="pi pi-calendar"></i>
<span>Calendar</span>

View File

@ -187,8 +187,8 @@ a {
top: 5rem;
min-width: 15rem;
display: none;
-webkit-animation: scalein 0.15s linear;
animation: scalein 0.15s linear;
-webkit-animation: fadein 0.15s linear;
animation: fadein 0.15s linear;
}
.layout-topbar .layout-topbar-menu.layout-topbar-menu-mobile-active {
display: block;

View File

@ -118,8 +118,8 @@
top: 5rem;
min-width: 15rem;
display: none;
// -webkit-animation: scalein 0.15s linear;
// animation: scalein 0.15s linear;
-webkit-animation: scalein 0.15s linear;
animation: scalein 0.15s linear;
&.layout-topbar-menu-mobile-active {
display: block