mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-16 03:45:14 +00:00
web/SidebarTab: go back to neutral transform state at end of animation
This commit is contained in:
parent
aea7ebb371
commit
27082cd725
|
@ -72,6 +72,7 @@
|
|||
opacity: 1;
|
||||
animation: pressButton 0.2s;
|
||||
transition: none;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
.sidebar-tab:active:not(.active) {
|
||||
|
@ -86,7 +87,7 @@
|
|||
transform: scale(1.01)
|
||||
}
|
||||
100% {
|
||||
transform: scale(1)
|
||||
transform: none
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue