New to KendoReactStart a free 30-day trial

PushProps

Interface

Represents the props of the KendoReact Push Animation component.

Definition

Package:@progress/kendo-react-animation

Properties

appear?

boolean

Defines whether a transition should happen on the first mount.

Default:

false

A function for customizing the rendering of child elements.

Specifies the CSS class names to be applied to the Animation container.

component?

ReactNode

Specifies the HTML tag of the parent Animation container.

Default:

"div"

Specifies the CSS class names that are set to each of the animated children elements.

Specifies the styles that are set to each of the animated children elements.

Specifies the direction of the Push Animation.

Default:

"right"

enter?

boolean

Specifies whether to animate the entering (showing) element (see example).

Default:

true

exit?

boolean

Specifies whether to animate a leaving (disappearing) element (see example).

Default:

true

id?

string

Specifies the id attribute of the Animation container.

Specifies if the Animation uses lazy-mounting on the first in={true}.

Default:

false

Called when you add a component to an existing Animation component and the Animation has not started yet (more information and example).

Parameters:eventAnimationEventArguments

Called when you add a component to an existing Animation component and the Animation is now finished (more information and example).

Parameters:eventAnimationEventArguments

Called when you add a component to an existing Animation component and the Animation is now happening (more information and example).

Parameters:eventAnimationEventArguments

An event called after the Animation has reached its exit state (more information and example).

Parameters:eventAnimationEventArguments

An event called after the Animation has reached its exited state (more information and example).

Parameters:eventAnimationEventArguments

An event called after the Animation has reached its exiting state (more information and example).

Parameters:eventAnimationEventArguments

Determines whether child elements will stack on top of each other during the animation.

Default:

false

Specifies the inline styles to be applied to the Animation container.

Specifies the duration of the transition for the entering (animation in) Animation (see example). After the time runs out, the Animation is terminated.

Default:

300

Specifies the duration of the transition for the exiting (animation out) Animation (see example). After the time runs out, the Animation is terminated.

Default:

300

Specifies if the Animation unmounts after it reaches its exited state.

Default:

false