Animate

The <Animate> component provides an easy way to deliver slick animations in your application. You can animate an entire view or a single component simply by wrapping it in the animate component.

<Animate>
  ...children
</Animate>

Props

PropDescriptionRequiredValue

children

child component(s) to render

required

react component

timeout

animation timeout in ms

optional

integer (default: 300)

type

the type of animation

optional

slideup (default), slidedown or pop

Last updated