-
Notifications
You must be signed in to change notification settings - Fork 52
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
Dismissal animation glitch #3
Comments
I'll look into it, but right now fixing the ios 13 issues are more important. If you think you can fix it yourself feel free to make a pull request. |
Maybe I find time to look into it. It looks okay for now if the animation is now too slow ;) |
Not if you compile it with XCode 11 |
I'm was using Xcode 11 and 11.1 and it's working fine (except my two issues). What do you mean? |
I don't know yet, but the insets behaviour seem to be different. |
did you solved dismissal animation glitch |
I am also facing the same issue |
@Abhi-philips I couldn't fix it. I speeded up the animation so it didn't bother me anymore :D. But would be cool if this would be fixed, maybe by @chelemen-razvan |
I slowed down the animation to make this glitch better visible.
It happens at the handover of the view from the interactive and non-interactive part of the transition.
I assume the problem lies around here, but I can't figure it out
appstore-card-transition/AppstoreTransition/AppstoreTransition/DismissCardAnimator.swift
Lines 61 to 69 in 4e98e9d
The text was updated successfully, but these errors were encountered: