1.

How To Add Smil Elements?

Answer»
  • ADD a prefix and CLASS ATTRIBUTE to the SMIL elements.
  • This executes SMIL presentation in HTML.

Following example perform the TASK:

<time:seq repeatCount="INDEFINITE">
<img class="time" src="image1.jpg" dur="3s" />
<img class="time" src="image2.jpg" dur="3s" />
</time:seq>

Following example perform the task:

<time:seq repeatCount="indefinite">
<img class="time" src="image1.jpg" dur="3s" />
<img class="time" src="image2.jpg" dur="3s" />
</time:seq>



Discussion

No Comment Found