How can i swipe list item using javascript?

@jdnichollsc
I managed to simulate the event via javascript when a click event happends on an ion-item

Basically, I managed the click evento so it would add the same translate3d transformation. Once you put the transformation, ionic’s css manages the rest.

Codepen:

2 Likes