I tested on iOS 14 and it was fine but in UWP nothing works!!!
<StackLayout
Padding="10,5"
xct:TouchEffect.NormalAnimationDuration="500"
xct:TouchEffect.NormalBackgroundColor="Green"
xct:TouchEffect.PressedAnimationDuration="500"
xct:TouchEffect.PressedBackgroundColor="Red"
xct:TouchEffect.PressedRotation="10"
xct:TouchEffect.PressedRotationX="15"
xct:TouchEffect.PressedRotationY="15"
xct:TouchEffect.PressedScale="1.2"
xct:TouchEffect.PressedTranslationX="5"
xct:TouchEffect.PressedTranslationY="5"
HorizontalOptions="CenterAndExpand"
VerticalOptions="CenterAndExpand">
<Label
FontSize="60"
Text="CLICK ME"
TextColor="Yellow" />
</StackLayout>
@mhrastegary77 thanks for your report. But this isn't a bug.
Our minimal version support, for UWP, is 17763 if you update the Min Version, the effects will work.

Thanks @pictos !!! it works perfectly now.
Love the hover option btw @AndreiMisiukevich ❤
@mhrastegary77 good to know. Hope that you are enjoying the XCT!
Most helpful comment
Thanks @pictos !!! it works perfectly now.
Love the hover option btw @AndreiMisiukevich ❤