Movatterモバイル変換


[0]ホーム

URL:


Components / Animation / API / FadeProps
New to Kendo UI for Vue? Start a free 30-day trial

FadeProps

Updated over 6 months ago

Represent the props of theKendoVue Fade Animation component.

NameTypeDefaultDescription

appear?

boolean

Defines whether a transition should happen on the first mount. Defaults tofalse.

childFactory?

any

After the element reaches its exit state, it is no longer availablein the DOM. If a DOM operation is required, access it trough thechildFactory function.

className?

string

Specifies CSS class names which are set to the Animation.

component?

string

Specifies the node type of the parent Animation. Defaults todiv.

componentChildClassName?

undefined[]

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

componentChildStyle?

any

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

enter?

boolean

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

exit?

boolean

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

id?

string

Specifies the id of the Animation.

mountOnEnter?

boolean

Specifies if the Animation will use lazy-mounting on the firstin={true}. Defaults tofalse.

onEnter?

(event:AnimationEventArguments) => void

Called when a component is added to an existing Animation component and the Animation has not started yet .

onEntered?

(event:AnimationEventArguments) => void

Called when a component is added to an existing Animation component and the Animation is now finished.

onEntering?

(event:AnimationEventArguments) => void

Called when a component is added to an existing Animation component and the Animation is now happening.

onExit?

(event:AnimationEventArguments) => void

An event that is called after the Animation has reached its exit state.

onExited?

(event:AnimationEventArguments) => void

An event that is called after the Animation has reached its exited state.

onExiting?

(event:AnimationEventArguments) => void

An event that is called after the Animation has reached its exiting state.

tag?

string

Specifies the tag.

transitionEnterDuration?

number

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

transitionExitDuration?

number

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

unmountOnExit?

boolean

Specifies if the Animation will unmount after it reaches its exited state. Defaults tofalse.

Not finding the help you need?
Contact Support

[8]ページ先頭

©2009-2025 Movatter.jp