Animate
The <Animate> component provides an easy way to provide slick animations in your application. You can animate an entire view or single component simply by wrapping it in the animate component.
<Animate>
...children
</Animate>
prop | description | value |
type | the type of animation | slideup (default), slidedown or pop |
timeout | animation timeout (optional) | integer (default: 300) |
children | child component to render | react component |
Last modified 2yr ago