2 references to Lerp
Microsoft.Maui (2)
Animations\LerpingAnimation.cs (2)
97 if (Lerp != null! && StartValue != null && EndValue != null) 98 CurrentValue = Lerp.Calculate?.Invoke(StartValue, EndValue, Progress);