1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 08:45:28 +03:00

Change of animation speed

This commit is contained in:
skaman82 2015-10-29 21:39:41 +01:00
parent a8c003340b
commit 6e1adf4f8f

View file

@ -525,7 +525,7 @@ input[type="number"]::-webkit-inner-spin-button {
background-repeat:no-repeat;
background-size:100%;
opacity:0.0;
transition: all ease 1s;
transition: all ease 0.3s;
}
@ -539,7 +539,7 @@ input[type="number"]::-webkit-inner-spin-button {
background-image:url(images/icons/scroll.svg);
background-size:80%;
box-shadow: inset 0 0 5px #000000;
transition: all ease 2s;
transition: all ease 0.3s;
}