This repository has been archived by the owner on May 1, 2024. It is now read-only.
StackLayout with TouchEffect inside ScrollView #686
Answered
by
AndreiMisiukevich
AlleSchonWeg
asked this question in
Q&A
-
Hi @AndreiMisiukevich,
The problem is, if the user touches the StackLayout and begin to scroll the Animation effect begins. I only want the effect if the user "clicks" the StackLayout. Is this possible? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
AndreiMisiukevich
Dec 16, 2020
Replies: 1 comment 3 replies
-
Hi, in this case, I propose to use regular TapGestureRecognizer (invoke animation on tap) |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
AndreiMisiukevich
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, in this case, I propose to use regular TapGestureRecognizer (invoke animation on tap)