animate

Image Properties for general information about Image components.

Specifies that the animation in an animated GIF image should be played. Otherwise, a static image is displayed.

Type

Boolean

true: play animation
false: do not play animation

Example

Image1.animate = true;

Either syntax below can be used in component script:

animate           // unqualified
Image1.animate    // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.