-
I'm trying to move from Xamarin and that toolkit. There is no TouchEffect here? I need TouchEffect.Nativeanimation and Toucheffect.command |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hi @ziomek64! To use
Long story short, Effects are no longer recommended in .NET MAUI. We plan to introduce the functionality of
We would love your help writing the code for the |
Beta Was this translation helpful? Give feedback.
-
@brminnick Should I use this package alongside maui toolkit or instead of it? Or it doesn't really matter? |
Beta Was this translation helpful? Give feedback.
-
Closed as answered |
Beta Was this translation helpful? Give feedback.
Hi @ziomek64!
To use
TouchEffect
with your .NET MAUI app today, we recommend using theXamarin.CommunityToolkit.MauiCompat
NuGet Package.Xamarin.CommunityToolkit.MauiCompat
contains all of the same features asXamarin.CommunityToolkit
, ported to .NET MAUI. You can read more information about it here: https://devblogs.microsoft.com/xamarin/introducing-net-maui-compatibility-for-the-xamarin-community-toolkit/.Long story short, Effects are no longer recommended in .NET MAUI. We plan to introduce the functionality of
TouchEffect
fromXamarin.CommunityToolkit
as aBehavior
in the .NET MAUI Community Toolkit, and you can follow the progress here:We would love your help writing the…