From http://www.w3schools.com (Copyright Refsnes Data)
| « Previous | Next Chapter » |
seq - the most common SMIL element - defines a sequence.
The seq element defines a sequence. The children elements of the seq element are displayed in a sequence, one after each other.
Use the <seq> tag to define a list of images to be displayed, a list of paragraphs, a list or videos, or any other elements.
The seq element can have a number of attributes. The most common attributes are:
| Attribute | Value | Description |
|---|---|---|
| begin | time | Sets the delay before the element is displayed |
| dur | time | Sets the duration for the display |
| repeatCount | number | Sets the number of repetitions for the display |
For a full list of SMIL elements and attributes: W3Schools SMIL Reference.
Example
Try it yourself » |
Example
Try it yourself » |
| « Previous | Next Chapter » |
From http://www.w3schools.com (Copyright Refsnes Data)