2 references to
Microsoft.Maui (1)
Animations\LerpingAnimation.cs (1)
27 : base(callback, start, end, easing, finished)
Microsoft.Maui.Controls (1)
Animation.cs (1)
32 public Animation(Action<double> callback, double start = 0.0f, double end = 1.0f, Easing easing = null, Action finished = null) : base(callback, start, end - start, easing, finished)