gajus / swing

A swipeable cards interface. The swipe-left/swipe-right for yes/no input. As seen in apps like Jelly and Tinder.
Other
2.64k stars 248 forks source link

Card.throwIn() error #146

Open mathishuettl opened 4 years ago

mathishuettl commented 4 years ago

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)