From 284ca61bb93975a869c97bf5825e8b9889ea512e Mon Sep 17 00:00:00 2001 From: ashley Date: Sat, 11 May 2024 00:11:16 +0000 Subject: [PATCH] lets try this --- html/poketube.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 01b8ab2a..160fcc94 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -3235,10 +3235,10 @@ function resumeProgress() { } if (currentOpacity === 1) { - element.style.transition = 'opacity 0.2s ease'; // Adjust the duration as needed + element.style.transition = 'opacity 3s ease'; // Adjust the duration as needed element.style.opacity = 0; } else { - element.style.transition = 'opacity 0.2s ease'; // Adjust the duration as needed + element.style.transition = 'opacity 3s ease'; // Adjust the duration as needed element.style.opacity = 1; } }