How do I add easings to the Material-UI Slide component? I'm not seeing the props that would allow this. But I read something somewhere about spreading props?
<Slide
in={variable}
timeout={500}
direction="right"
mountOnEnter={true}
unmountOnExit={true}
>
<Child />
</Slide>