Optionally enable clutter-webkit
[laugh.git] / tests / region1.smil
blobfea4ed6e64fc6ef14089e41187c2cabe0568473a
1 <smil>
2   <head>
3     <layout>
4       <root-layout width="320" height="240" background-color="yellow"/>
5       <region id="reg1" left="60" top="20" width="200" height="200"
6               background-color="blue">
7         <region id="reg2" height="33%"/>
8         <region id="reg3" top="33%" height="33%"/>
9       </region>
10       <region id="back" left="280" height="20" top="220" width="40"/>
11     </layout>
12   </head>
13   <body>
14     <par dur="indefinite">
15       <par dur="5">
16         <set begin="1" dur="2.5" target="reg1" attribute="background-color"
17              to="orange"/>
18         <set begin="2" dur="1" target="reg1" attribute="background-color"
19              to="pink"/>
20         <set begin="4" target="reg2" attribute="background-color" to="red"/>
21         <set begin="4.5" target="reg3" attribute="background-color" to="white"/>
22       </par>
23       <a href="linking-all.smil">
24         <text src="data:,back" region="back"/>
25       </a>
26     </par>
27   </body>
28 </smil>