2 references to Interpolate
Microsoft.Maui.Controls (2)
Animation.cs (1)
36 Func<double, double> transform = AnimationExtensions.Interpolate(start, end);
AnimationExtensions.cs (1)
158 self.Animate(name, Interpolate(start, end), callback, rate, length, easing, finished, repeat);