Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lakr233/colorful
A SwiftUI implementation of AppleCard's animated colorful blur background.
https://github.com/lakr233/colorful
Last synced: 5 days ago
JSON representation
A SwiftUI implementation of AppleCard's animated colorful blur background.
- Host: GitHub
- URL: https://github.com/lakr233/colorful
- Owner: Lakr233
- License: mit
- Created: 2021-09-19T15:42:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T18:18:12.000Z (7 months ago)
- Last Synced: 2024-12-21T10:02:55.788Z (28 days ago)
- Language: Swift
- Size: 446 KB
- Stars: 356
- Watchers: 4
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Colorful
A SwiftUI implementation of AppleCard's animated colorful blur background.
For improved version with Metal, see [ColorfulX](https://github.com/Lakr233/ColorfulX).
## Preview
![Preview](./Preview.png)
## Usage
```swift
import Colorfulvar body: some View {
ColorfulView()
}
```## Customization & Defaults
```swift
init(
animated: Bool = defaultAnimated,
animation: Animation = defaultAnimation,
blurRadius: CGFloat = defaultBlurRadius,
colors: [Color] = defaultColorList,
colorCount: Int = defaultColorCount
)
```## License
Colorful is licensed under [MIT](./LICENSE).
---
Copyright © 2021 Lakr Aream. All Rights Reserved.