C# Class Lousy.Mon.AbstractAffineDoubleAnimator

Inheritance: AbstractDoubleAnimator
Show file Open project: ThatLousyGuy/Monolith

Protected Properties

Property Type Description
_transform Windows.UI.Xaml.Media.CompositeTransform

Public Methods

Method Description
AbstractAffineDoubleAnimator ( UIElement elem ) : Windows.UI.Xaml

Protected Methods

Method Description
CreateAnimation ( ) : Timeline

Method Details

AbstractAffineDoubleAnimator() public method

public AbstractAffineDoubleAnimator ( UIElement elem ) : Windows.UI.Xaml
elem Windows.UI.Xaml.UIElement
return Windows.UI.Xaml

CreateAnimation() protected abstract method

protected abstract CreateAnimation ( ) : Timeline
return Windows.UI.Xaml.Media.Animation.Timeline

Property Details

_transform protected property

protected CompositeTransform,Windows.UI.Xaml.Media _transform
return Windows.UI.Xaml.Media.CompositeTransform