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

Animation #43

Open
rahulbbit opened this issue Nov 10, 2017 · 0 comments
Open

Animation #43

rahulbbit opened this issue Nov 10, 2017 · 0 comments

Comments

@rahulbbit
Copy link

rahulbbit commented Nov 10, 2017

The transition of this code is really smooth, but this animates the whole view to full blur effect. I want only upto few float points

[imageView startBlurAnimation:2.0f];

So for that i am using this

[UIView animateWithDuration:2.0f animations:^{
            [self.imageView blur:0.5f];
          }];

but the animation is not smooth as the upper one. So there any way where i can achieve the smoothness of startBlurAnimation and blur upto 0.5f???

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

1 participant