mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
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;
|
||||
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