React SPA Framework - Markup Components - Transition - Configuration

This section describes configuration options used to create a transition.

animation

Specifies the animation preset used when the content enclosed in the current dxTransition element is being changed.

Type:

String

Default Value: 'slide'

name

Specifies the name of the dxTransition component instance.

Type:

String

Default Value: null

The transition name should be unique within a layout.

type Deprecated

Use the animation property instead.

Specifies the transition type.

Type:

String

Default Value: undefined
Accepted Values: 'slide' | 'fade' | 'overflow'