- From: Pablo Fernicola <pablofe@microsoft.com>
- Date: Tue, 22 Oct 2002 19:43:07 -0700
- To: "Sigurd Lerstad" <sigler@bredband.no>, <www-smil@w3.org>
- Message-ID: <3AD9426ED5E5E54A884145EF610525F308A92FC1@red-msg-03.redmond.corp.microsoft.com>
Here is one example:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns:t = "urn:schemas-microsoft-com:time" >
<head>
<title>Varying duration</title>
<style>
.time { BEHAVIOR: url(#DEFAULT#TIME2)}
t\:* { BEHAVIOR: url(#DEFAULT#TIME2)}
</style>
<body>
<t:par dur="5" repeatCount="10" >
<p class=time id="longer" dur="1"
repeatCount="2">
This will show for a longer time at
each interval
</p>
<p class=time dur="1" repeatCount="2">
This will keep the same duration
</p>
</t:par>
<t:animate targetElement="longer" attributeName="dur"
begin="5" from="1" to="15" dur="20" />
</body>
</html>
-----Original Message-----
From: Sigurd Lerstad [mailto:sigler@bredband.no]
Sent: Wednesday, October 23, 2002 3:56 AM
To: www-smil@w3.org
Subject: Simple Duration different on each repeat iteration.. ?
Hello,
Can someone give an example (a small smil example) on when the simple
duration of an element can change on each repeat iteration?
thanks,
--
Sigurd Lerstad
Received on Tuesday, 22 October 2002 22:43:34 UTC