Skip to content

A SwiftUI implementation of AppleCard's animated colorful blur background.

License

Notifications You must be signed in to change notification settings

Lakr233/Colorful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colorful

A SwiftUI implementation of AppleCard's animated colorful blur background.

For improved version with Metal, see ColorfulX.

Preview

Preview

Usage

import Colorful

var body: some View {
    ColorfulView()
}

Customization & Defaults

init(
    animated: Bool = defaultAnimated,
    animation: Animation = defaultAnimation,
    blurRadius: CGFloat = defaultBlurRadius,
    colors: [Color] = defaultColorList,
    colorCount: Int = defaultColorCount
)

License

Colorful is licensed under MIT.


Copyright © 2021 Lakr Aream. All Rights Reserved.

About

A SwiftUI implementation of AppleCard's animated colorful blur background.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages