UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 276 B
```css // Property: horizontalBounce // Description: Determines whether horizontal scroll bounce of the scrollable region is enabled. // Component(s): Ti.UI.ScrollView '.horizontal-bounce': { horizontalBounce: true } '.horizontal-bounce-false': { horizontalBounce: false } ```