Tweak animation lengths slightly
This commit is contained in:
parent
8d5a02f9a2
commit
1b011d4a3b
1 changed files with 3 additions and 3 deletions
|
|
@ -71,8 +71,8 @@ button {
|
|||
height: calc(100% - 20px);
|
||||
margin: 10px;
|
||||
padding: 5px 7px;
|
||||
transition: all .6s ease;
|
||||
transition: opacity .3s ease;
|
||||
transition: all .7s ease;
|
||||
transition: opacity .7s ease;
|
||||
width: calc(100% - 20px);
|
||||
outline: none;
|
||||
|
||||
|
|
@ -104,7 +104,7 @@ button {
|
|||
box-sizing: border-box;
|
||||
width: calc(100% - 10px);
|
||||
height: calc(100% - 10px); /* 100% - 20px + 10px */
|
||||
transition: all .7s ease;
|
||||
transition: all .8s ease;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue