From 5118cf117a08173e483f273aa793763ee4047fab Mon Sep 17 00:00:00 2001 From: Andrei Date: Sun, 29 Nov 2020 00:03:30 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 652bd2f..6ea3696 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# TouchEffect was merged to XamarinCommunityToolkit https://github.com/xamarin/XamarinCommunityToolkit/pull/566 I highly recomment to use TouchEffect from XCT +# TouchEffect was merged into XamarinCommunityToolkit https://github.com/xamarin/XamarinCommunityToolkit/pull/566 I highly recommed to use TouchEffect from XCT ## TouchEff effect for Xamarin Forms (Repsonisve touches without TapGestureRecognizer) This plugin provides opportunity to create views with touch effects without using TapGestureRecognizer. It makes it possible to change the appearance of any control in response to touch events, either directly via xaml or with your custom logic hooked up to the events which this plugin exposes.