stepped FilmstripSlider has unexpected behaviour.
-
I have stepped filmstrip slider with 17 steps. They represent a value from 0 - 16
When set to min: 0 and max:16 and a step size of 1.0The first film in the strip will be shown for values 0.0 - 1.0, including 1.0 which is very unexpected.
In fact it will only switch to the second film in the strip when my slider value has gone to 2.0
I expected a switch to the second film in the strip when my value goes to 1.0, since my slider is now a whole step above the initial value.
-
@jonhallur Can you share the image?
-
-
I think you need to play around with the middlePosition property because this controls the skew.
-
This post is deleted! -
@d-healey Right, I somehow missed that.
Thank you for your assistance.