purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 307 B
Markdown
```css
// Property: dimBackgroundForSearch
// Description: A Boolean indicating whether the underlying content is dimmed during a search.
// Component(s): Ti.UI.ListView, Ti.UI.TableView
'.dim-bg-for-search': { dimBackgroundForSearch: true }
'.dim-bg-for-search-false': { dimBackgroundForSearch: false }
```