Skip to content

Commit ee53e0e

Browse files
committed
Document the animation
1 parent 3a83f4c commit ee53e0e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/components/src/animate/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,13 @@ This animation is meant for popover/modal content, such as menus appearing. It s
3737
Name | Type | Default | Description
3838
--- | --- | --- | ---
3939
`origin` | `string` | `top center` | Point of origin (`top`, `bottom`,` middle right`, `left`, `center`).
40+
41+
### slide-in
42+
43+
This animation is meant for sidebars and sliding menus. It shows the height and width of the animated element moving from a hidden position to its normal one.
44+
45+
#### Options
46+
47+
Name | Type | Default | Description
48+
--- | --- | --- | ---
49+
`origin` | `string` | `left` | Point of origin (`left`).

0 commit comments

Comments
 (0)