Drag Activities and Offset Actions
Drag
We will explore the drag property, a feature of the drag trigger which will allow our UI elements to become draggable across our screen.
Scroll
Being able to scroll our UI is a fundamental feature. The scroll property of the drag trigger allows us to scroll both vertically and horizontally across our UI to see long-form content, such as leaderboards or text.
Swipe
We will round off our drag trigger tutorial with the swipe property. The swipe property allows us to use the swipe gesture, common on mobile devices, to swipe across elements in our UI. This is very useful for carousels or tabbed views.