Enum TransitioningContentControl.TransitionType
- Namespace
- ReactiveUI
- Assembly
- ReactiveUI.Wpf.dll
Specifies the animation behavior to use when the content changes.
- Extension Methods
Fields
Bounce = 4A transition that slides old content out of view, then slides new content back in from the opposite direction.
Drop = 3A transition that slides old content in view, and slides new content over it a short distance while changing opacity.
Fade = 0A simple fading transition (no directional variant).
Move = 1A transition that slides old content out of view, and slides new content back in from the same direction.
Slide = 2A transition that keeps old content in view, and slides new content over it.
Remarks
The configured value determines which visual state(s) the control attempts to enter when transitioning.
See Transitioning