angular2-swing
angular2-swing copied to clipboard
angular 2 component for the swing library (https://github.com/gajus/swing)
Hi , I need left swipe animation on left button click and right swipe animation on right button click like tinder or any other app. Is it possible with this...
Chrome throws this error when moving cards: > Unable to preventDefault inside passive event listener due to target being treated as passive. See [https://www.chromestatus.com/features/5093566007214080](https://www.chromestatus.com/features/5093566007214080) But everything is still working fine.
To keep DOM memory low I need to load cards two by two. The process is working well when I use one card at a time, but when I want...
I was debugging the card stack and I noticed that, If I update cards array and my *ngFor ion-cards changed, the stack is intact! I start with 3 cards then...
Hello Dear Angular2-swing, Im having issue with this plugin as its working awesome in web browser as well as android device. But Im having issue in IOS Devices. In IOS...
Hi, when using example code, I try to get the first or last card from stack, but it's null. Any ideas? `this.swingCards.first.getCard()` The swingCards.first is a SwingCardComponent with a valid...
Tapping on the card below the top card makes bottom card come up and top card goes down and then instead of restricting user to topmost card, user can swipe...
hi, I have a requirement, like in tinder when the user clicks on the reverse button the card just thrown out should come back with reversed animation. is it possible?...
I am currently calling the throwout function when clicking a like or dislike button, but I am not able to set the speed of the thow out movement of the...
I've just installed this in Angular 4 but I'm getting the following error - TypeError: Cannot read property 'DOWN' of undefined at exports.Direction.exports.Direction (http://localhost:8100/build/vendor.js:120021:50) at Object.defineProperty.value (http://localhost:8100/build/vendor.js:120026:3) at __webpack_require__ (http://localhost:8100/build/vendor.js:55:30)...