Specifies the transition animation used when switching between steps in a RadzenSteps component.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public enum StepsTransition| Name | Description |
|---|---|
| None | No transition animation. Step content changes instantly (default behavior). |
| Fade | Fade-in transition. The new step content fades in. |
| Slide | Slide transition. The new step content slides in horizontally. Automatically respects RTL direction. |