Answers

Question and Answer:

  Home  SMIL

⟩ How to add SMIL elements?

- 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>

 218 views

More Questions for you: