TransitionType enum¶
Defined in
Namespace: ReactiveUI
Assembly: ReactiveUI.Wpf.dll
Full name: ReactiveUI.TransitioningContentControl.TransitionType
Modifiers: public sealed
Summary¶
Specifies the animation behavior to use when the content changes.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net462, net481
Remarks¶
The configured value determines which visual state(s) the control attempts to enter when transitioning. See TransitioningContentControl remarks for the required state names.
Values¶
| Name | Value | Description |
|---|---|---|
Fade | 0 | A simple fading transition (no directional variant). |
Move | 1 | A transition that slides old content out of view, and slides new content back in from the same direction. |
Slide | 2 | A transition that keeps old content in view, and slides new content over it. |
Drop | 3 | A transition that slides old content in view, and slides new content over it a short distance while changing opacity. |
Bounce | 4 | A transition that slides old content out of view, then slides new content back in from the opposite direction. |