Skip to main content
A newer version of this page is available. .

DxFlyout.AnimationType Property

Specifies the animation type used by a flyout.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.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