**Describe the bug** Card stop for some time and then removed, when I release the drag gesture. I am showing 5 cards. When I drag the first 3 cards, then face that issue but on 4th and 5th cards it's working fine. `I guess when we drag the card at that time new card is generated behind the scenes that's why that issue occurs.` I have used your following solution in [issue78](https://github.com/mac-gallagher/Shuffle/issues/78) but could not solve that problem. ``` card.layer.shouldRasterize = true card.layer.rasterizationScale = UIScreen.main.scale ``` **Video of Issue:** https://github.com/mac-gallagher/Shuffle/assets/73989872/33a2d0c2-ae49-41e4-86ab-df5505379109 **To Reproduce** Steps to reproduce the behavior: 1. Go to Card Stack 2. Click on Card 3. Drag at the middle of the Card Stack 4. See card stop for some time
Describe the bug
Card stop for some time and then removed, when I release the drag gesture. I am showing 5 cards.
When I drag the first 3 cards, then face that issue but on 4th and 5th cards it's working fine.
I guess when we drag the card at that time new card is generated behind the scenes that's why that issue occurs.I have used your following solution in issue78 but could not solve that problem.
Video of Issue:
Trimed.mov
To Reproduce
Steps to reproduce the behavior: