Skip to content

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

NameValueDescription
Fade0A simple fading transition (no directional variant).
Move1A transition that slides old content out of view, and slides new content back in from the same direction.
Slide2A transition that keeps old content in view, and slides new content over it.
Drop3A transition that slides old content in view, and slides new content over it a short distance while changing opacity.
Bounce4A transition that slides old content out of view, then slides new content back in from the opposite direction.