André Ruffert

Results 15 comments of André Ruffert

Excuse my delay I was on a long and awesome vacation :stuck_out_tongue_winking_eye: Currently there is no support for direction change. I guess it shouldn't be a big deal to implement...

Not sure if I got u right... Here is a [example](https://codepen.io/andreruffert/pen/xOOdBg) on how you can programatically disable/enable the element. If you want to disable it by default just set the...

@jimchild49 what exactly would you handle in a `onSlideStart` event? Do you have a specific example? I'm asking because you could probably use the native `input` event for that.

I don't have an example doin this but it's definitely possible. You only need to dynamically set the `max` attribute based on the duration and update the value based on...

@brunoais Thanks for the pr. Sorry I didn't find the time yet ✌️

@sebastienb a quick example would be nice to figure out whats goin on...

@brunoais Thanks for the pr. Sorry I didn't find the time yet ✌️

Do you have any screenshots, examples etc. or a better description of what happens exactly?

@NayanKhedkar first of all thanks for ur PR! I would prefer a solution where u can set an attribute for the direction. To be more flexible and consistent with the...

@NayanKhedkar yep the feature is not implemented so far. I was thinking about if you could refactor your implementation like I described above to be more flexible by using ```...