IS there a way to know which direction is the swipe in the cardswitch event of carousel component?
IS there a way to know which direction is the swipe in the cardswitch event of carousel component?
You can check the index of the oldCard and newCard arguments. If newCard is larger than oldCard the direction of the swipe should be right->left ...