ScrollingAnimation detect user scrolling gesture

Hi,

How to enable ScrollingAnimation only when user actually scroll the screen?. The current trigger is activated when the scroll position changed even when user is actually stop scrolling

You can use a WhileInteracting trigger on the ScrollView. This will be active while the user is scrolling. You can turn on/off the visiblity of a scrollbar for example.

Exactly what I need. Thanks :slight_smile: