A container element containing many AnimatedImage
elements. When an action
occurs, the system switches to the next inner element.
Syntax
<AnimatedImages change="TAP | ON_VISIBLE | ON_NEXT_SECOND | ON_NEXT_MINUTE | ON_NEXT_HOUR"> <!-- Only the most common inner element is shown here. --> <AnimatedImage /> ... <AnimatedImages />
Attributes
The AnimatedImages
element can contain the following optional attributes:
change
A set of event trigger types which determines when the resource changes to the next in the list. Possible values include the following:
TAP
(default): The change occurs when the user taps on the element.ON_VISIBLE
: The change occurs when the element next becomes visible.ON_NEXT_SECOND
: The change occurs when the next second begins.ON_NEXT_MINUTE
: The change occurs when the next minute begins.ON_NEXT_HOUR
: The change occurs when the next hour begins.
Inner elements
The AnimatedImages
element can contain any number of AnimatedImage
and
SequenceImage
elements.
No recommendations at this time.
Try signing in to your Google account.