We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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???
startBlurAnimation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
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???The text was updated successfully, but these errors were encountered: