Closed basicavisual closed 7 years ago
There is no such variable, but you can check it in this way:
if (yourwheel.currentPercent === yourwheel.maxPercent) {
// it's open
}
else {
// it's closed
}
Thank you. You are awesome. I applied it and uploaded a repo with examples included. Find it here.
You can close the issue I left it open just for you to receive the notice.
You're welcome. Thanks for the link of your repo!
Is there a variable that indicates whether the spreader is on or off? preferably that throws a boolean. The way currentClick indicates the number in the array that is currently selected.