Wagtail client-side components
Preparing search index...
index
Transition
Function Transition
Transition
(
__namedParameters
:
{
children
:
any
;
className
:
any
;
component
:
any
;
duration
:
any
;
name
:
any
;
}
,
)
:
Element
Wrapper around react-transition-group with default values.
Parameters
__namedParameters
:
{
children
:
any
;
className
:
any
;
component
:
any
;
duration
:
any
;
name
:
any
}
Returns
Element
Index
Properties
default
Props
prop
Types
Properties
default
Props
defaultProps
:
{
children
:
null
;
className
:
null
;
component
:
string
;
duration
:
number
;
}
prop
Types
propTypes
:
{
children
:
Requireable
<
ReactNodeLike
>
;
className
:
Requireable
<
string
>
;
component
:
Requireable
<
string
>
;
duration
:
Requireable
<
number
>
;
name
:
Validator
<
string
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
Props
prop
Types
Wagtail client-side components
Loading...
Wrapper around react-transition-group with default values.