2 references to Lerp
Microsoft.Maui (2)
Animations\AnimationLerpingExtensions.cs (1)
27 => new RectF(start.Location.Lerp(end.Location, progress), start.Size.Lerp(end.Size, progress));
Animations\Lerp.cs (1)
116 return start.Lerp(end, progress);