On this pageInterpolatingAnimator<T> ClassDefinitionNamespace:Avalonia.AnimationAssembly:Avalonia.BasePackage:AvaloniaSource:ICustomAnimator.cspublic class InterpolatingAnimator<T>Inheritance: object -> InterpolatingAnimator<T>Implements:ICustomAnimatorMethodsNameDescriptionInterpolateNo summary available.Interpolate Methodpublic T Interpolate(double progress, T oldValue, T newValue)Parametersprogress doubleoldValue TnewValue TReturnsTPreviousIntegerTransitionNextInterpolatingTransitionBase<T>