{
"componentDescription": "The Slide transition is used by the [Drawer](/material-ui/react-drawer/) component.\nIt uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally.",
"propDescriptions": {
"addEndListener": {
"description": "Add a custom transition end trigger. Called with the transitioning DOM node and a done callback. Allows for more fine grained transition end logic. Note: Timeouts are still used as a fallback if provided."
},
"appear": {
"description": "Perform the enter transition when it first mounts if in is also true. Set this to false to disable this behavior."
},
"children": { "description": "A single child content element.", "requiresRef": true },
"container": {
"description": "An HTML element, or a function that returns one. It's used to set the container the Slide is transitioning from."
},
"direction": { "description": "Direction the child node will enter from." },
"easing": {
"description": "The transition timing function. You may specify a single easing or a object containing enter and exit values."
},
"in": { "description": "If true, the component will transition in." },
"timeout": {
"description": "The duration for the transition, in milliseconds. You may specify a single timeout for all transitions, or individually with an object."
}
},
"classDescriptions": {}
}