Tweak animation lengths slightly

This commit is contained in:
Oliver Akins 2022-07-22 19:44:43 -06:00
parent 8d5a02f9a2
commit 1b011d4a3b
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -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>