Enum TransitioningContentControl.TransitionType
- Namespace
- ReactiveUI
- Assembly
- ReactiveUI.Wpf.dll
Represents the type of transition that a TransitioningContentControl will perform.
- 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 slider new content over it a little distance while changing opacity.
Fade = 0A simple fading transition.
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.