Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
İlker Gül committed May 26, 2024
1 parent eb78a2d commit a1194c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand All @@ -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 */
}

</style>
Expand Down

0 comments on commit a1194c9

Please sign in to comment.