Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jtrivedi/variableblurview
- Owner: jtrivedi
- License: mit
- Created: 2023-05-29T16:28:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-29T17:08:30.000Z (over 1 year ago)
- Last Synced: 2024-12-09T08:52:04.689Z (14 days ago)
- Topics: animation, coreanimation, ios, quartzcore, swiftui, uikit
- Language: Swift
- Homepage:
- Size: 564 KB
- Stars: 304
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.