Table of Contents

Class CustomAnimatorBase<T>

Namespace
Avalonia.Animation
Assembly
Avalonia.Base.dll
[Obsolete("This class will be removed before 11.0, use InterpolatingAnimator<T>", true)]
public abstract class CustomAnimatorBase<T> : CustomAnimatorBase

Type Parameters

T
Inheritance
CustomAnimatorBase<T>
Inherited Members

Constructors

CustomAnimatorBase()

protected CustomAnimatorBase()

Methods

Interpolate(double, T, T)

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

Parameters

progress double
oldValue T
newValue T

Returns

T