Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jtrivedi/variableblurview

An example of how to create a live, variable blur effect on iOS.
https://github.com/jtrivedi/variableblurview

animation coreanimation ios quartzcore swiftui uikit

Last synced: 6 days ago
JSON representation

An example of how to create a live, variable blur effect on iOS.

Awesome Lists containing this project

README

        

# VariableBlurView

I spent some time reverse engineering iOS's variable blur effect. This sample project demonstrates how to recreate it using the private CoreAnimation/QuartzCore type, `CAFilter`.

Because `CAFilter` isn't exposed as API, use this at your own risk.