Animate
Usage
import { Animate } from 'components/lib';
function MyComponent({ ...props }){
return (
<Animate type='pop' timeout={ 500 }>
<div>Content to animate</div>
</Animate>
);
}Props
Prop
Description
Required
Value
Notes
Last updated