Hi,   In the attached codepen u can see a draggable slider I made from scratch a while ago, that has a skew effect based on acceleration and velocity. I want to archive the same effect using draggable. What approach would be the best to archive something like this using draggable? What events and props should I look at?   Would it also be possible to get the easing effect on drag as in my own slider? Using a lerp function to archive this.   thanks