<aside> 🔗
Widget Link: https://etx-scripts.s3.us-west-2.amazonaws.com/ETX-torus-widgets/image-comparison-slider/index.html
</aside>
Feature | Status |
---|---|
Keyboard | ✅ |
Screen Reader | ✅ |
Touch | ✅ |
Scenario | CAPI |
---|---|
stage.slider.userModified Boolean = true/false |
|
Can change the position of the slider | stage.slider.currentPosition Number = |
Scenario | CAPI |
---|---|
Can check if the slider was moved by the user | stage.slider.userModified Boolean = true |
Verifies if the slider was adjusted to the position you're trapping for | stage.slider.currentPosition Number = |
Not sure what this does | stage.slider.startingPosition Number = |
Are these things we change when only initially setting up the widget? | stage.slider.bottomImageAltText String = |
v | stage.slider.bottomImageLabel String = |
v | stage.slider.bottomImageURL String = |
v | stage.slider.topImageAltText String = |
v | stage.slider.topImageLabel String = |
v | stage.slider.topImageURL String = |
Scenario | CAPI |
---|---|
Can check if the slider was moved by the user | stage.slider.userModified Boolean = false |
Verifies if the slider was adjusted to the position you're trapping for | stage.slider.currentPosition Number = |
Scenario | CAPI |
---|---|