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