From 2112872691c0fb4b51b0e813b0eb559eafe1e171 Mon Sep 17 00:00:00 2001 From: shuhaki Date: Thu, 30 May 2024 17:58:48 +0530 Subject: [PATCH] upgrade the hover speed of play button upgrade the aniamtion pulse and the transition effect for increase the hover speed at play button Co-Authored-By: Anurag Verma --- assets/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index a5b0fdf1..0db02f49 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -780,8 +780,8 @@ background-size: cover; margin-top: 1.5rem; padding: 10px 15px; border-radius: 10px; - transition: all 2s ease; - animation: pulse 3s ease infinite; + transition: all 1s ease; + animation: pulse 1s ease infinite; box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px; }