Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Have slider only fill in one way #33

Open
jeffkile opened this issue Oct 21, 2013 · 0 comments
Open

Have slider only fill in one way #33

jeffkile opened this issue Oct 21, 2013 · 0 comments

Comments

@jeffkile
Copy link

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;
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant