web/SidebarTab: go back to neutral transform state at end of animation
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user