Appear
A simple animation component to make something invisible or visible.
<Appear animate>Something that appears or dissappears</Appear>
| Prop name | Type | Default | Description |
|---|---|---|---|
| Animation | any | AnimationComponent | |
| theme | any | Required | |
| classes | any | Required | |
| animate | bool | ||
| show | bool | true | |
| animation | object |
Source code: src/Appear Open in: Playground