Files
how2ice 005cf56baf
Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
init project
2025-12-12 14:26:25 +09:00

25 lines
1.5 KiB
JSON

{
"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 <code>in</code> is also <code>true</code>. Set this to <code>false</code> 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&#39;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 <code>true</code>, 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": {}
}