UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

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