From a1194c9df792570357423598e370fd95f6d3f512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0lker=20G=C3=BCl?= Date: Sun, 26 May 2024 21:23:35 +0200 Subject: [PATCH] minor --- docs/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index 6d1ac3c..e52ba51 100644 --- a/docs/index.html +++ b/docs/index.html @@ -388,7 +388,7 @@ position: relative; top: -6px; /* Position the thumb on top of the track */ z-index: 3; /* Ensure it is above the track */ - transition: background 0.3s ease, transform 0.3s ease; /* Smooth background and transform transition */ + transition: background 0.2s ease, transform 0.2s ease; /* Smooth background and transform transition */ } input[type="range"]::-webkit-slider-thumb:hover { @@ -407,7 +407,7 @@ position: relative; top: -6px; /* Position the thumb on top of the track */ z-index: 3; /* Ensure it is above the track */ - transition: background 0.3s ease, transform 0.3s ease; /* Smooth background and transform transition */ + transition: background 0.2s ease, transform 0.2s ease; /* Smooth background and transform transition */ } input[type="range"]::-moz-range-thumb:hover { @@ -422,7 +422,7 @@ border-radius: 5px; top: 6px; /* Position the fill correctly */ z-index: 2; /* Ensure it is above the track but below the thumbs */ - transition: left 0.3s ease, width 0.3s ease; /* Smooth position and width transition */ + transition: left 0.2s ease, width 0.2s ease; /* Smooth position and width transition */ }