Skip to content

Commit ba9b255

Browse files
Update README.md
1 parent b7cf9cd commit ba9b255

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# TouchEff effect for Xamarin Forms (Repsonisve touches without TapGestureRecognizer)
1+
# TouchEffect was merged to XamarinCommunityToolkit https://github.com/xamarin/XamarinCommunityToolkit/pull/566 I highly recomment to use TouchEffect from XCT
2+
3+
## TouchEff effect for Xamarin Forms (Repsonisve touches without TapGestureRecognizer)
24
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.
35

46
With this plugin it is also possible to respond to hover events (if the platform exposes them) and to display native touch feedback events (Tilt on UWP, Ripple on Android, Opacity/Color changing on iOS).

0 commit comments

Comments
 (0)