4 references to Ease
Microsoft.Maui (2)
Animations\Animation.cs (1)
238 Progress = Easing.Ease(percent);
Animations\Easing.cs (1)
105 BounceIn = new Easing(p => 1.0f - BounceOut.Ease(1 - p));
Microsoft.Maui.Controls (2)
Animation.cs (1)
84 Step?.Invoke(Easing.Ease(f));
AnimationExtensions.cs (1)
371 info.Callback(info.Easing.Ease(tweener.Value));