UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 271 B
```css // Property: scrollingEnabled // Description: Determines whether scrolling is enabled for the view. // Component(s): Ti.UI.ScrollView, Ti.UI.ScrollableView '.scrolling-enabled': { scrollingEnabled: true } '.scrolling-enabled-false': { scrollingEnabled: false } ```