From 2b500540a79a0a06a27251b811bd78326d256057 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Sat, 7 Jan 2023 00:03:35 -0800 Subject: [PATCH] pulse the slider button --- src/styles/sections.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/sections.css b/src/styles/sections.css index 8369d3e..8444b17 100644 --- a/src/styles/sections.css +++ b/src/styles/sections.css @@ -158,6 +158,10 @@ animation: pulse .5s ease infinite alternate; } +.rc-slider-handle { + animation: pulse .5s linear infinite alternate; +} + @keyframes pulse { 0% { opacity: .5 }