Skip to main content

DxFlyout.AnimationType Property

Specifies the animation type used by a flyout.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public FlyoutAnimationType AnimationType { get; set; }

Property Value

Type Description
FlyoutAnimationType

The animation type.

Available values:

Name Description
Fade

A flyout uses a fade-in animation effect.

None

A flyout does not use animation effects.

Remarks

Run Demo: Flyout — Customization

See Also