2009-08-26 Chris Toshok <toshok@ximian.com>
[moon.git] / perf / perf-suite-set / stretched-blending.html
blobed53d516699dd3a1ac07fd0d4dcf72fb1bc19d18
1 <html>
2 <head>
3 <style type="text/css">
4 body {
5 margin-left: 0;
6 margin-top: 0;
7 padding: 0;
8 };
10 embed {
11 margin-left: 0;
12 margin-top: 0;
13 margin-right: 0;
14 margin-bottom: 0;
16 </style>
17 </head>
18 <body>
19 <embed type="application/x-silverlight" data="data:," id="slControl" width="400" height="400" source="#xamlContent" windowless="true">
20 </embed>
21 <script type="text/xaml" id="xamlContent">
22 <?xml version="1.0"?>
23 <Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
24 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Name="MasterCanvas">
26 <Image x:Name="img" Source="mono.png" Canvas.Left="0" Canvas.Top="0" Stretch="Fill" Height="200">
27 <Image.Triggers>
28 <EventTrigger RoutedEvent="Image.Loaded">
29 <BeginStoryboard>
30 <Storyboard>
31 <DoubleAnimation BeginTime="00:00:00" Storyboard.TargetName="img" Storyboard.TargetProperty="Opacity" To="0.0" Duration="0:0:10" />
32 </Storyboard>
33 </BeginStoryboard>
34 </EventTrigger>
35 </Image.Triggers>
36 </Image>
38 </Canvas>
39 </script>
40 </body>
41 </html>