mirror of
https://github.com/EmergeTools/Pow.git
synced 2026-03-30 09:45:54 +00:00
Add Poof to README
This commit is contained in:
parent
cc4ef79f9b
commit
c20762a856
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -268,6 +268,16 @@ The transition is only performed on insertion.
|
|||
static func pop(_ style: AnyShapeStyle) -> AnyTransition
|
||||
```
|
||||
|
||||
## Poof
|
||||
|
||||
A transition that removes the view in a dissolving cartoon style cloud.
|
||||
|
||||
The transition is only performed on removal and takes 0.4 seconds.
|
||||
|
||||
```swift
|
||||
static var poof: AnyTransition
|
||||
```
|
||||
|
||||
## Rotate3D
|
||||
|
||||
A transition that inserts by rotating from the specified rotation, and
|
||||
|
|
|
|||
Loading…
Reference in a new issue