RE: Simple Duration different on each repeat iteration.. ?

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