Optionally enable clutter-webkit
[laugh.git] / tests / region2.smil
blobd80002fc25fbb78eadb29d6b025793cfd10addb2
1 <smil>
2   <head>
3     <layout>
4       <root-layout width="320" height="240" background-color="yellow"/>
5       <region id="left" left="40" top="20" width="100" height="100"
6               background-color="red"/>
7       <region id="mid" left="120" top="80" width="100" height="100"
8               background-color="white"/>
9       <region id="right" left="200" top="40" width="100" height="100"
10               background-color="blue"/>
11       <region id="back" left="280" height="20" top="220" width="40"/>
12     </layout>
13   </head>
14   <body>
15     <par dur="indefinite">
16       <par dur="4">
17         <set begin="1" dur="1" target="mid" attribute="z-index" to="1"/>
18         <set begin="1.5" dur="1" target="right" attribute="z-index" to="1"/>
19         <set begin="2.5" target="left" attribute="z-index" to="1"/>
20       </par>
21       <a href="linking-all.smil">
22         <text src="data:,back" region="back"/>
23       </a>
24     </par>
25   </body>
26 </smil>