From 437c3e2affa9eb7163ff928ebb3be9987e2ba5d2 Mon Sep 17 00:00:00 2001 From: Yoki Yu Date: Fri, 17 Dec 2021 09:51:15 +0800 Subject: [PATCH] docs: update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5b1feee..5913747 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ return
| `state` | `boolean` | **Required**. Your boolean state, which controls animation in and out | | `timeout` | `number` | **Required**. How long before the animation ends and unmounts | +
+ | Returns | Type | Description | | :------------ | :---------------------------------- | :-------------------------------------------------- | | `stage` | Stage: `from` \| `enter` \| `leave` | Use three different stage to perform your animation |