Optionally enable clutter-webkit
[laugh.git] / tests / linking1.smil
blob31c483f3a745c4924cbefba373dc636ea0cbf471
1 <smil>
2   <head>
3     <layout>
4       <root-layout width="320" height="240" background-color="burlywood"/>
5       <region id="bottom" left="60" top="20" width="200" height="200">
6         <region id="top" height="33%"/>
7         <region id="mid" top="33%" height="33%"/>
8       </region>
9       <region id="bar" left="30" height="20" top="220" width="260">
10         <region id="nl" width="40" background-color="pink"/>
11         <region id="ch" left="100" width="40" background-color="pink"/>
12         <region id="ge" left="200" width="40" background-color="pink"/>
13       </region>
14       <region id="back" left="280" height="20" top="220" width="40"/>
15     </layout>
16   </head>
17   <body>
18     <par>
19       <seq>
20       <par id="holland" dur="indefinite">
21         <set target="top" attribute="background-color" to="red"/>
22         <set target="mid" attribute="background-color" to="white"/>
23         <set target="bottom" attribute="background-color" to="blue"/>
24       </par>
25       <set id="china" dur="indefinite" target="bottom"
26            attribute="background-color" to="red"/>
27       <par id="germany" dur="indefinite">
28         <set target="top" attribute="background-color" to="black"/>
29         <set target="mid" attribute="background-color" to="red"/>
30         <set target="bottom" attribute="background-color" to="yellow"/>
31       </par>
32       </seq>
33       <a href="#holland">
34         <text src="data:,NL" region="nl"/>
35       </a>
36       <a href="#china">
37         <text src="data:,CH" region="ch"/>
38       </a>
39       <a href="#germany">
40         <text src="data:,GE" region="ge"/>
41       </a>
42       <a href="linking-all.smil">
43         <text src="data:,back" region="back"/>
44       </a>
45     </par>
46   </body>
47 </smil>