Table of Contents

Class InterpolatingAnimator<T>

Namespace
Avalonia.Animation
Assembly
Avalonia.Base.dll
public abstract class InterpolatingAnimator<T> : ICustomAnimator

Type Parameters

T
Inheritance
InterpolatingAnimator<T>
Implements
Inherited Members

Constructors

InterpolatingAnimator()

protected InterpolatingAnimator()

Methods

Interpolate(double, T, T)

public abstract T Interpolate(double progress, T oldValue, T newValue)

Parameters

progress double
oldValue T
newValue T

Returns

T