Skip to content
forked from Lakr233/Colorful

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

License

Notifications You must be signed in to change notification settings

annyfun/Colorful

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colorful

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

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

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%