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 }