2 references to Commit
Microsoft.Maui.Controls (2)
ViewExtensions.cs (2)
56 new Animation(UpdateProperty, start, end, easing).Commit(view, name, 16, length, finished: (f, a) => tcs.SetResult(a));
285 }.Commit(view, nameof(TranslateTo), 16, length, null, (f, a) => tcs.SetResult(a));