I have instances of a Svelte component inside a loop and I want to be able to slide the .box element of each Slider component independently with more than one fingers at the same time.
Here's a reduced version of the code (couldn't include it in a REPL): https://github.com/dtsmarin/svelteSOexample
EDIT: I think my use of svelte-motion here causes more problems than it solves. I'm in the process of replacing it with something simpler like Hammer.js. In any case If someone has got a solution I'm still interested.