Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakr233 committed Jul 3, 2024
1 parent 74496a6 commit a3e1a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ Parameters to control the animation are follow:
@Binding var colors: [Color]
@Binding var speed: Double
@Binding var noise: Double
@Binding var transitionInterval: TimeInterval
@Binding var transitionSpeed: Double
ColorfulView(
color: $colors,
speed: $speed,
bias: $bias,
noise: $noise,
transitionInterval: $duration,
transitionSpeed: $transitionSpeed,
interpolationOption: .lch
)
```
Expand Down

0 comments on commit a3e1a5a

Please sign in to comment.