4 references to Animation
Microsoft.Maui.Controls (4)
ViewExtensions.cs (3)
56 new Animation(UpdateProperty, start, end, easing).Commit(view, name, 16, length, finished: (f, a) => tcs.SetResult(a));
283 { 0, 1, new Animation(translateX, view.TranslationX, x, easing: easing) },
284 { 0, 1, new Animation(translateY, view.TranslationY, y, easing: easing) }