Hi,
How can I disable or Enable a EdgeSwipeAnimation if I click other element?
In UNO I do it like:
MyEdgeSwipeAnimation.Enable();
or
MyEdgeSwipeAnimation.Disable();
How can achieve this in Js or UX?
I see in the documentation that EdgeSwipeAnimation has a IsEnabled value but when I add this I get the error:
'EdgeSwipeAnimation' does not have a property called 'IsEnable'