I try to throwIn() a card, but I get the following error message:
TypeError: Cannot read property 'childNodes' of null
I want to create a "back" button like on Tinder, so on swipe left/right I save the current Card and when I click on
the back button I just call prevCard.throwIn(0,0)
Hello,
I try to throwIn() a card, but I get the following error message:
TypeError: Cannot read property 'childNodes' of null
I want to create a "back" button like on Tinder, so on swipe left/right I save the current Card and when I click on the back button I just call prevCard.throwIn(0,0)