From c20762a856bce09ce8d96af5beda2f3bd97a166f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20B=C3=B6hnke?= Date: Tue, 23 Aug 2022 20:05:47 +0200 Subject: [PATCH] Add Poof to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3b048ba..d919870 100644 --- a/README.md +++ b/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