UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 257 B
```css // Property: hintType // Description: Hint type to display on the text field. // Component(s): Ti.UI.TextArea, Ti.UI.TextField '.hint-type-static': { hintType: Ti.UI.HINT_TYPE_STATIC } '.hint-type-animated': { hintType: Ti.UI.HINT_TYPE_ANIMATED } ```