Optionally enable clutter-webkit
[laugh.git] / tests / linking2.smil
blob852e50f2f4e76f32e3fb1a5dd4670bf50abeab43
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="70" height="20" top="220" width="180"/>
10       <region id="back" left="280" height="20" top="220" width="40"/>
11     </layout>
12   </head>
13   <body>
14     <par>
15       <seq>
16       <par id="holland" dur="indefinite">
17         <set target="top" attribute="background-color" to="red"/>
18         <set target="mid" attribute="background-color" to="white"/>
19         <set target="bottom" attribute="background-color" to="blue"/>
20       </par>
21       <set id="china" dur="indefinite" target="bottom"
22            attribute="background-color" to="red"/>
23       <par id="germany" dur="indefinite">
24         <set target="top" attribute="background-color" to="black"/>
25         <set target="mid" attribute="background-color" to="red"/>
26         <set target="bottom" attribute="background-color" to="yellow"/>
27       </par>
28       </seq>
29       <text src="data:,Click%20on%20NL%2C%20CH%20or%20GE" region="bar">
30         <anchor href="#holland" coords="55,0,75,20"/>
31         <anchor href="#china" coords="44%,0%,55%,100%"/>
32         <anchor href="#germany" coords="120,0"/>
33       </text>
34       <a href="linking-all.smil">
35         <text src="data:,back" region="back"/>
36       </a>
37     </par>
38   </body>
39 </smil>