Skip to content

Commit

Permalink
updated readmeg
Browse files Browse the repository at this point in the history
  • Loading branch information
ThasianX committed Aug 4, 2020
1 parent 565fad6 commit 4abfee7
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 @@ -199,11 +199,11 @@ Use `focus` to customize the location, speed, or smoothing rate of the focus ani
```swift
// For UIKit
ColorPaletteView(...)
.focus(location: .zero, focusSpeed: 1600, focusRate: 0.2)
.focus(location: .zero, speed: 1600, rate: 0.2)

// For SwiftUI
ColorPaletteBindingView(...)
.focus(location: .zero, focusSpeed: 1600, focusRate: 0.2)
.focus(location: .zero, speed: 1600, rate: 0.2)
```

### Events
Expand Down

0 comments on commit 4abfee7

Please sign in to comment.