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

Blurred background doesn't fade out when dismissing #136

Open
banaslee opened this issue Jul 24, 2017 · 1 comment
Open

Blurred background doesn't fade out when dismissing #136

banaslee opened this issue Jul 24, 2017 · 1 comment

Comments

@banaslee
Copy link

On the current master branch the blurred background doesn't fade out when dismissing.

I found out that by replacing the current animation block on dismissalTransitionWillBegin with the following makes it work.
if ([self shouldTransitionBlur]) { self.blurBackgroundView.alpha = 0.0; } else { self.dimmingView.alpha = 0.0; }

What I don't know is if it conflicts with anything since the previous code there seemed to explicitly treat the blurred background case by not doing anything.

@Schemetrical
Copy link

Schemetrical commented Oct 31, 2017

Good solution for now :-) @banaslee

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

No branches or pull requests

2 participants