changed animation
This commit is contained in:
parent
eb074c00ae
commit
e89e61111f
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user