UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 283 B
```css // Property: canCancelEvents // Description: Determines whether this scroll view can cancel subview touches in order to scroll instead. // Component(s): Ti.UI.ScrollView '.can-cancel-events': { canCancelEvents: true } '.can-cancel-events-false': { canCancelEvents: false } ```