From f4f63fc50252f2407041670e092f201c4f617dd2 Mon Sep 17 00:00:00 2001 From: Kasper Lahti Date: Tue, 13 Sep 2022 12:19:22 +0200 Subject: [PATCH] Add note about default animation for Vanish --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 52d6c23..7823cef 100644 --- a/README.md +++ b/README.md @@ -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