```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 }
```