Table of Contents

Class OpacityTransition

Namespace
HeBianGu.Service.Animation
Assembly
HeBianGu.Service.Animation.dll
public class OpacityTransition : TransitionBase, ITransition
Inheritance
OpacityTransition
Implements
Derived
Inherited Members
Extension Methods

Constructors

OpacityTransition()

public OpacityTransition()

Properties

EndOpacity

public double EndOpacity { get; set; }

Property Value

double

StartOpacity

public double StartOpacity { get; set; }

Property Value

double

Methods

BeginCurrent(UIElement, Action)

用于切换页面 显示

public override void BeginCurrent(UIElement element, Action complate = null)

Parameters

element UIElement
complate Action

BeginPrevious(UIElement, Action)

用于切换页面 隐藏

public override void BeginPrevious(UIElement element, Action complate = null)

Parameters

element UIElement
complate Action