Enum Transition
- Namespace
- Wpf.Ui.Animations
- Assembly
- Wpf.Ui.dll
Available types of transitions.
public enum Transition
Fields
FadeIn = 1Change opacity.
FadeInWithSlide = 2Change opacity and slide from bottom.
None = 0None.
SlideBottom = 3Slide from bottom.
SlideLeft = 5Slide from the left side.
SlideRight = 4Slide from the right side.