Table of Contents

Class TransitionBase

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

Constructors

TransitionBase()

public TransitionBase()

Properties

BeginTime

public double BeginTime { get; set; }

Property Value

double

Duration

public double Duration { set; }

Property Value

double

End

public double End { get; set; }

Property Value

double

FillBehavior

public FillBehavior FillBehavior { get; set; }

Property Value

FillBehavior

HiddenOrCollapsed

public Visibility HiddenOrCollapsed { get; set; }

Property Value

Visibility

HideDuration

public double HideDuration { get; set; }

Property Value

double

HideEasing

public EasingFunctionBase HideEasing { get; set; }

Property Value

EasingFunctionBase

RenderTransformOrigin

public Point RenderTransformOrigin { get; set; }

Property Value

Point

Reverse

public bool Reverse { get; set; }

Property Value

bool

Start

public double Start { get; set; }

Property Value

double

VisibleDuration

public double VisibleDuration { get; set; }

Property Value

double

VisibleEasing

public EasingFunctionBase VisibleEasing { get; set; }

Property Value

EasingFunctionBase

Methods

BeginCurrent(UIElement, Action)

用于切换页面 显示

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

Parameters

element UIElement
complate Action

BeginHidden(UIElement, Action)

用于加载页面 隐藏

public virtual void BeginHidden(UIElement element, Action complate = null)

Parameters

element UIElement
complate Action

BeginPrevious(UIElement, Action)

用于切换页面 隐藏

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

Parameters

element UIElement
complate Action

BeginVisible(UIElement, Action)

用于加载页面 显示

public virtual void BeginVisible(UIElement element, Action complate = null)

Parameters

element UIElement
complate Action

CanAnimation(UIElement)

protected bool CanAnimation(UIElement element)

Parameters

element UIElement

Returns

bool