fade

v4.9.10arrow_drop_down
v4.9.10
v4.5.2
v3.9.2
STATUS
Passing
DOWNLOADS
122,954
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
27 KB
A single child content element.
2 contributors
Install fade as a package?
Copied
npm i @bit/mui-org.material-ui.fade
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
chevron_left
chevron_right

A single child content element.

If true, the component will transition in.

The duration for the transition, in milliseconds. You may specify a single timeout for all transitions, or individually with an object.

The Fade transition is used by the Modal component. It uses react-transition-group internally. Demos:

API:

The Fade transition is used by the Modal component. It uses react-transition-group internally.

Properties
NameTypeDescription
children
element

A single child content element.

in
bool

If true, the component will transition in.

onEnter
function
onExit
function
style
object
timeout
number | {"appear":"number","enter":"number","exit":"number"}

The duration for the transition, in milliseconds. You may specify a single timeout for all transitions, or individually with an object.

Help and resources