web/SidebarTab: go back to neutral transform state at end of animation
This commit is contained in:
parent
aea7ebb371
commit
27082cd725
1 changed files with 2 additions and 1 deletions
|
@ -72,6 +72,7 @@
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
animation: pressButton 0.2s;
|
animation: pressButton 0.2s;
|
||||||
transition: none;
|
transition: none;
|
||||||
|
transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-tab:active:not(.active) {
|
.sidebar-tab:active:not(.active) {
|
||||||
|
@ -86,7 +87,7 @@
|
||||||
transform: scale(1.01)
|
transform: scale(1.01)
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
transform: scale(1)
|
transform: none
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue