Skip to content
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

Closed
hemo87 opened this issue Apr 8, 2019 · 5 comments
Closed

CardCell animation glitch when changing alpha #43

hemo87 opened this issue Apr 8, 2019 · 5 comments
Labels

Comments

@hemo87
Copy link

hemo87 commented Apr 8, 2019

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

IMG_0989

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

IMG_0990

Im assuming this is a bug as I'd expect it to still behave like UICollectionView?

@JoniVR
Copy link
Owner

JoniVR commented Apr 8, 2019

Hi @hemo87

It should work as it is in fact a UICollectionView underneath it.
Could always be some conflicting things of course.

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,
Joni

@hemo87
Copy link
Author

hemo87 commented Apr 9, 2019

Thanks for the reply @JoniVR not sure why they’re empty. I’ll re push them today

@hemo87
Copy link
Author

hemo87 commented Apr 9, 2019

I’ve quickly re pushed it. Should be working now.

@JoniVR JoniVR added the bug label Apr 9, 2019
@JoniVR
Copy link
Owner

JoniVR commented Apr 9, 2019

Found the issue, will be pushing a bug fix soon and a release later :)

@JoniVR JoniVR changed the title Help trying to animate cardCell CardCell animation glitch when changing alpha Apr 9, 2019
@JoniVR JoniVR closed this as completed in c772c30 Apr 9, 2019
@JoniVR
Copy link
Owner

JoniVR commented Apr 9, 2019

Just letting you know that version 1.0.0 has been released which fixes this issue 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants