Skip to main content

AnimationType Enum

Lists values that specify the animation type used by a control.

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

public enum AnimationType

Members

Name Description
Slide

A control uses a slide animation effect.

Fade

A control uses a fade-in animation effect.

None

A control does not use animation effects.

Auto

The type of animation is determined by the control.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also