SequenceImages

The SequenceImages tag creates an animation from a sequence of images.

Syntax

<SequenceImages loopCount="integer" thumbnail="string">
  <Image />
  ...
<SequenceImages />

Attributes

The SequenceImages element can contain the following attributes:

loopCount
How many times to repeat an animation before it stops. Defaults to 1.
thumbnail
A resource ID referring to a represenative thumbnail for the animation. This can be used to render in place of the SequenceImages where animation is not supported (for example, in previews in the watch face carousel).

Inner elements

The AnimatedImages element can contain any number of Image elements.