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

Blur transition #8

Open
grayjamn opened this issue Nov 21, 2017 · 2 comments
Open

Blur transition #8

grayjamn opened this issue Nov 21, 2017 · 2 comments

Comments

@grayjamn
Copy link

I'm curious if there was a way to tween or ease-in the blur effect for the screen blur?

It looks like I can increase the iterations over time that might work, but wondered if there was a better way.

@ionsharp
Copy link

Increasing iterations over time is probably the best way. This is how most common interpolations take place. You also have complete control over what's happening every frame.

@PavelDoGreat
Copy link
Owner

@grayjamn @imagin-tech you can just change opacity of an image. That's for example how iOS transition their blur. Changing iterations is not very good approach.

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

3 participants