UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 282 B
```css // Property: scrollsToTop // Description: Controls whether the scroll-to-top gesture is effective. // Component(s): Ti.UI.ScrollView, Ti.UI.TableView, Ti.UI.TextArea, Ti.UI.WebView '.scrolls-to-top': { scrollsToTop: true } '.scrolls-to-top-false': { scrollsToTop: false } ```