C# 클래스 ComponentFactory.Quicksilver.Layout.EasingAnimate

Base class for animations that require an easing algorithm.
상속: Animate
파일 보기 프로젝트 열기: ComponentFactory/Quicksilver

공개 프로퍼티들

프로퍼티 타입 설명
DurationProperty System.Windows.DependencyProperty
EasingProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
ApplyAnimation ( string animateId, MetaPanelBase metaPanel, MetaElementStateDict stateDict, ICollection elements, double elapsedMilliseconds ) : void

Perform animation effects on the set of children.

EasingCallback ( EasingEquation callback ) : void

Define a callback to use for all easing calculations.

보호된 메소드들

메소드 설명
EasingAnimate ( MetaElementStatus target ) : System

Initialize a new instance of the MovePositionAnimate class.

비공개 메소드들

메소드 설명
EasingAnimate ( ) : System
OnCoerceDuration ( DependencyObject d, object baseValue ) : object

메소드 상세

ApplyAnimation() 공개 메소드

Perform animation effects on the set of children.
public ApplyAnimation ( string animateId, MetaPanelBase metaPanel, MetaElementStateDict stateDict, ICollection elements, double elapsedMilliseconds ) : void
animateId string Identifier of the animate to be used.
metaPanel MetaPanelBase Reference to owning panel instance.
stateDict MetaElementStateDict Dictionary of per-element state.
elements ICollection Collection of elements to be animated.
elapsedMilliseconds double Elapsed milliseconds since last animation cycle.
리턴 void

EasingAnimate() 보호된 메소드

Initialize a new instance of the MovePositionAnimate class.
protected EasingAnimate ( MetaElementStatus target ) : System
target MetaElementStatus State of elements to animate.
리턴 System

EasingCallback() 공개 메소드

Define a callback to use for all easing calculations.
public EasingCallback ( EasingEquation callback ) : void
callback EasingEquation Delegate to use for each easing calculation.
리턴 void

프로퍼티 상세

DurationProperty 공개적으로 정적으로 프로퍼티

Identifies the Duration dependency property.
public static DependencyProperty,System.Windows DurationProperty
리턴 System.Windows.DependencyProperty

EasingProperty 공개적으로 정적으로 프로퍼티

Identifies the Easing dependency property.
public static DependencyProperty,System.Windows EasingProperty
리턴 System.Windows.DependencyProperty