changed animation

This commit is contained in:
Ryan Bakkes 2022-01-07 16:58:37 +01:00
parent eb074c00ae
commit e89e61111f

View File

@ -18,13 +18,13 @@
.draw-value { .draw-value {
width: 28px; width: 28px;
animation: a 1s ease-in-out; animation: zoom 1s ease-in-out;
} }
@keyframes a { @keyframes zoom {
50% { 50% {
width: 40px; width: 40px;
margin: -5px; margin: -6px;
} }
} }
.values-buttons button:active { .values-buttons button:active {