SwipeView delete animation

Eduardo Gomez 3,651 Reputation points
2022-03-11T16:38:36.597+00:00

Hello

My application can delete from a collectionView with a SeipeView

My deleting

https://reccloud.com/u/k1q83x7

But want to achieve the same animation as the Microsoft outlook app

Outlook delete animation :

https://reccloud.com/u/q76cnv2

App https://github.com/eduardoagr/DuoNotes

Developer technologies .NET Xamarin
0 comments No comments
{count} votes

Accepted answer
  1. JarvanZhang 23,971 Reputation points
    2022-03-14T09:12:04.407+00:00

    Hi, EduardoGomez-1870. Xamarin doesn't provide the animation for SwipeView directly. SwipeView supports to define the custom swipeItem. You could detect the event to add the animation for the custom swipe item.

    For more details, you could refer to this doc:
    https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/swipeview#custom-swipe-items


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.