Skip to main content

InterpolatingAnimator<T> Class

Definition

Assembly:Avalonia.Base
Package:Avalonia
public class InterpolatingAnimator<T>

Inheritance: object -> InterpolatingAnimator<T>

Implements:ICustomAnimator

Methods

NameDescription
InterpolateNo summary available.

Interpolate Method

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

Parameters

progress double

oldValue T

newValue T

Returns

T