Table of Contents

Enum Transition

Namespace
Wpf.Ui.Animations
Assembly
Wpf.Ui.dll

Available types of transitions.

public enum Transition

Fields

FadeIn = 1

Change opacity.

FadeInWithSlide = 2

Change opacity and slide from bottom.

None = 0

None.

SlideBottom = 3

Slide from bottom.

SlideLeft = 5

Slide from the left side.

SlideRight = 4

Slide from the right side.