UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 283 B
```css // Property: clipViews // Description: Determines whether the previous and next pages are clipped, so that they are not visible adjacent to the current page. // Component(s): Ti.UI.ScrollableView '.clip-views': { clipViews: true } '.clip-views-false': { clipViews: false } ```