Table of Contents

Class InterpolatingTransitionBase<T>

Namespace
Avalonia.Animation
Assembly
Avalonia.Base.dll

The base class for user-defined transition that are doing simple value interpolation

public abstract class InterpolatingTransitionBase<T> : Transition<T>, INotifyPropertyChanged, ITransition

Type Parameters

T
Inheritance
InterpolatingTransitionBase<T>
Implements
Inherited Members
Extension Methods

Constructors

InterpolatingTransitionBase()

protected InterpolatingTransitionBase()

Methods

Interpolate(double, T, T)

protected abstract T Interpolate(double progress, T from, T to)

Parameters

progress double
from T
to T

Returns

T