Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 489 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 489 Bytes

500px Android Blurring View

For more information, please see our blog post.

Usage

First, give the blurring view a reference to the view to be blurred:

blurringView.setBlurredView(blurredView);

and then whenever the blurred view changes, invalidate the blurring view:

blurringView.invalidate();

Demo

500px Blurring View Demo