You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
Say you want to go from 0 to X and have it color blue everything up to X
Here's the hacky way I'm doing it now in CSS, it would be cool if it was a feature
slderHolder is a div the slider is in
.sliderHolder>.pointer {
display:none;
}
.sliderHolder>.pointer~.pointer {
display:inline-block;
}
The text was updated successfully, but these errors were encountered: