Add transition when changing the background color

This commit is contained in:
Choco
2023-03-31 20:04:47 +08:00
parent 4c11834d1e
commit abebcf6895

View File

@@ -325,6 +325,7 @@ a {
transform: translate3d(0px, 0px, 0) scale(1);
opacity: var(0.6);
border-radius: inherit;
transition: all 1s ease-in-out;
}
.player-controller {