purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 352 B
Markdown
```css
// Property: preventDefaultImage
// Description: Prevent the default image from being displayed while loading a remote image. This property is ignored when the defaultImage property is set.
// Component(s): Ti.UI.ImageView
'.prevent-default-image': { preventDefaultImage: true }
'.prevent-default-image-false': { preventDefaultImage: false }
```