-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CardCell animation glitch when changing alpha #43
Comments
Hi @hemo87 It should work as it is in fact a I tried the example project in your Github link but the project looks empty to me, am I missing something? An example project would be ideal to help you out. Kind regards, |
Thanks for the reply @JoniVR not sure why they’re empty. I’ll re push them today |
I’ve quickly re pushed it. Should be working now. |
Found the issue, will be pushing a bug fix soon and a release later :) |
Just letting you know that version 1.0.0 has been released which fixes this issue 😉 |
I'm trying to animate the cardCell with a basic flip animation, with alpha change to show/hide the other view. This works perfectly with UICollectionView.
https://github.com/hemo87/ExampleAnimation
But the same code with this library just won't work, it refuses to do the alpha animation, as shown here.
https://github.com/hemo87/ExampleWithVeticalCardSwiper
Im assuming this is a bug as I'd expect it to still behave like UICollectionView?
The text was updated successfully, but these errors were encountered: