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