purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 318 B
Markdown
```css
// Property: sustainedPerformanceMode
// Description: Maintain a sustainable level of performance.
// Component(s): Ti.UI.NavigationWindow, Ti.UI.TabGroup, Ti.UI.Window
'.sustained-performance-mode': { sustainedPerformanceMode: true }
'.sustained-performance-mode-false': { sustainedPerformanceMode: false }
```