Skip to content

Commit

Permalink
Readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
frzi committed Aug 19, 2024
1 parent f80744f commit ca381dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
A transition for your SwiftUI views that simulates the 1993 classic DOOM screen wipe (the melting effect, you know the one).

> [!IMPORTANT]
> This transition utilizes SwiftUI 5's [.layerEffect](://developer.apple.com/documentation/swiftui/view/layereffect(_:maxsampleoffset:isenabled:)). AppKit/UIKit powered views will *not* work. This includes views like `TextField`.
> This transition utilizes SwiftUI 5's [.layerEffect](https://developer.apple.com/documentation/swiftui/view/layereffect(_:maxsampleoffset:isenabled:)). AppKit/UIKit powered views will *not* work. This includes views like `TextField`.
## How to use
Use it like any other transition:
Expand Down

0 comments on commit ca381dd

Please sign in to comment.