Skip to content

Commit

Permalink
📝 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
octree committed Nov 21, 2023
1 parent 2b3bf66 commit e76cbba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@


```swift
content.swingAnimation(duration: 8, direction: .horizontal, distance: 100)
content
.swingAnimation(duration: 4, direction: .horizontal, distance: 280)
.swingAnimation(duration: 1, direction: .vertical, distance: 60)
```

## Requirements
Expand Down

0 comments on commit e76cbba

Please sign in to comment.