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:
parent
a8c003340b
commit
6e1adf4f8f
1 changed files with 2 additions and 2 deletions
4
main.css
4
main.css
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue