This commit is contained in:
2025-05-07 16:23:26 -07:00
parent f21fde6a61
commit 0da52b689c
6 changed files with 15 additions and 8 deletions

View File

@@ -43,7 +43,7 @@ a {
.watch-vp {
opacity: 0;
transition: opacity $transition-time ease;
transition: opacity $transition-time-slow ease;
&.visible {
opacity: 1;