UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

6 lines 258 B
```scss // Property(ies): hintType - Android Only // Component(s): Ti.UI.TextArea, Ti.UI.TextField '.hint-type-static[platform=android]': { hintType: Ti.UI.HINT_TYPE_STATIC } '.hint-type-animated[platform=android]': { hintType: Ti.UI.HINT_TYPE_ANIMATED } ```