mirror of
https://github.com/EmergeTools/Pow.git
synced 2026-04-08 11:15:46 +00:00
Add note about default animation for Vanish
This commit is contained in:
parent
d4119a4b75
commit
f4f63fc502
1 changed files with 6 additions and 0 deletions
|
|
@ -385,6 +385,9 @@ A transition that dissolves the view into many small particles.
|
|||
|
||||
The transition is only performed on removal.
|
||||
|
||||
> **Note:**
|
||||
> This transition will use an ease-out animation with a duration of 900ms by default.
|
||||
|
||||
```swift
|
||||
static var vanish: AnyTransition
|
||||
```
|
||||
|
|
@ -393,6 +396,9 @@ A transition that dissolves the view into many small particles.
|
|||
|
||||
The transition is only performed on removal.
|
||||
|
||||
> **Note:**
|
||||
> This transition will use an ease-out animation with a duration of 900ms by default.
|
||||
|
||||
- Parameter `style`: The style to use for the particles.
|
||||
|
||||
```swift
|
||||
|
|
|
|||
Loading…
Reference in a new issue