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
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"props": {
|
|
"children": { "type": { "name": "custom", "description": "element" }, "required": true },
|
|
"addEndListener": { "type": { "name": "func" } },
|
|
"appear": { "type": { "name": "bool" }, "default": "true" },
|
|
"easing": {
|
|
"type": {
|
|
"name": "union",
|
|
"description": "{ enter?: string, exit?: string }<br>| string"
|
|
}
|
|
},
|
|
"in": { "type": { "name": "bool" } },
|
|
"timeout": {
|
|
"type": {
|
|
"name": "union",
|
|
"description": "number<br>| { appear?: number, enter?: number, exit?: number }"
|
|
},
|
|
"default": "{\n enter: theme.transitions.duration.enteringScreen,\n exit: theme.transitions.duration.leavingScreen,\n}"
|
|
}
|
|
},
|
|
"name": "Fade",
|
|
"imports": ["import Fade from '@mui/material/Fade';", "import { Fade } from '@mui/material';"],
|
|
"classes": [],
|
|
"spread": true,
|
|
"themeDefaultProps": false,
|
|
"muiName": "MuiFade",
|
|
"forwardsRefTo": "HTMLDivElement",
|
|
"filename": "/packages/mui-material/src/Fade/Fade.js",
|
|
"inheritance": {
|
|
"component": "Transition",
|
|
"pathname": "https://reactcommunity.org/react-transition-group/transition/#Transition-props"
|
|
},
|
|
"demos": "<ul><li><a href=\"/material-ui/transitions/\">Transitions</a></li></ul>",
|
|
"cssComponent": false
|
|
}
|