Table of Contents

Class DoubleKeyFrameAnimation

Namespace
Avalonia.Rendering.Composition
Assembly
Avalonia.Base.dll
public class DoubleKeyFrameAnimation : KeyFrameAnimation, ICompositionAnimationBase
Inheritance
DoubleKeyFrameAnimation
Implements
Inherited Members

Constructors

DoubleKeyFrameAnimation(Compositor)

public DoubleKeyFrameAnimation(Compositor compositor)

Parameters

compositor Compositor

Methods

InsertKeyFrame(float, double)

public void InsertKeyFrame(float normalizedProgressKey, double value)

Parameters

normalizedProgressKey float
value double

InsertKeyFrame(float, double, IEasing)

public void InsertKeyFrame(float normalizedProgressKey, double value, IEasing easingFunction)

Parameters

normalizedProgressKey float
value double
easingFunction IEasing