Table of Contents

Class AnimatorService

Namespace
HeBianGu.General.WpfControlLib
Assembly
HeBianGu.General.WpfControlLib.dll
public static class AnimatorService
Inheritance
AnimatorService
Inherited Members

Properties

IsAnimationEnabled

public static bool IsAnimationEnabled { get; }

Property Value

bool

Policy

public static AnimatorService.AnimationsPolicy Policy { get; set; }

Property Value

AnimatorService.AnimationsPolicy

Methods

AnimatePropertyFromTo(DependencyObject, DependencyProperty, double?, double?, int)

public static void AnimatePropertyFromTo(DependencyObject target, DependencyProperty property, double? fromValue, double? targetValue, int duration)

Parameters

target DependencyObject
property DependencyProperty
fromValue double?
targetValue double?
duration int

AnimatePropertyFromTo(DependencyObject, DependencyProperty, double?, double?, int, EventHandler)

public static void AnimatePropertyFromTo(DependencyObject target, DependencyProperty property, double? fromValue, double? targetValue, int duration, EventHandler animationDone)

Parameters

target DependencyObject
property DependencyProperty
fromValue double?
targetValue double?
duration int
animationDone EventHandler

AnimatePropertyFromTo(DependencyObject, DependencyProperty, double?, double?, int, DoubleAnimation, EventHandler, int)

public static void AnimatePropertyFromTo(DependencyObject target, DependencyProperty property, double? fromValue, double? targetValue, int duration, DoubleAnimation animation, EventHandler animationDone, int startTime)

Parameters

target DependencyObject
property DependencyProperty
fromValue double?
targetValue double?
duration int
animation DoubleAnimation
animationDone EventHandler
startTime int

AnimatePropertyTo(DependencyObject, DependencyProperty, double, int)

public static void AnimatePropertyTo(DependencyObject target, DependencyProperty property, double targetValue, int duration)

Parameters

target DependencyObject
property DependencyProperty
targetValue double
duration int

AnimatePropertyTo(DependencyObject, DependencyProperty, double, int, EventHandler)

public static void AnimatePropertyTo(DependencyObject target, DependencyProperty property, double targetValue, int duration, EventHandler animationDone)

Parameters

target DependencyObject
property DependencyProperty
targetValue double
duration int
animationDone EventHandler

AnimatePropertyTo(DependencyObject, DependencyProperty, double, int, DoubleAnimation)

public static void AnimatePropertyTo(DependencyObject target, DependencyProperty property, double targetValue, int duration, DoubleAnimation animation)

Parameters

target DependencyObject
property DependencyProperty
targetValue double
duration int
animation DoubleAnimation

AnimatePropertyTo(DependencyObject, DependencyProperty, double, int, DoubleAnimation, EventHandler)

public static void AnimatePropertyTo(DependencyObject target, DependencyProperty property, double targetValue, int duration, DoubleAnimation animation, EventHandler animationDone)

Parameters

target DependencyObject
property DependencyProperty
targetValue double
duration int
animation DoubleAnimation
animationDone EventHandler

AnimatePropertyTo(DependencyObject, DependencyProperty, double, int, DoubleAnimation, EventHandler, int)

public static void AnimatePropertyTo(DependencyObject target, DependencyProperty property, double targetValue, int duration, DoubleAnimation animation, EventHandler animationDone, int startTime)

Parameters

target DependencyObject
property DependencyProperty
targetValue double
duration int
animation DoubleAnimation
animationDone EventHandler
startTime int