|
|
|
@ -10,7 +10,7 @@ namespace Avalonia.Animation |
|
|
|
/// Provides base for observables implementing transitions.
|
|
|
|
/// </summary>
|
|
|
|
/// <typeparam name="T">Type of the transitioned value.</typeparam>
|
|
|
|
public abstract class TransitionObservableBase<T> : SingleSubscriberObservableBase<T>, IObserver<double> |
|
|
|
internal abstract class TransitionObservableBase<T> : SingleSubscriberObservableBase<T>, IObserver<double> |
|
|
|
{ |
|
|
|
private readonly IEasing _easing; |
|
|
|
private readonly IObservable<double> _progress; |
|
|
|
|