3 <style type=
"text/css">
20 <embed type=
"application/x-silverlight" data=
"data:," id=
"slControl" width=
"720" height=
"160" source=
"#xamlContent" windowless=
"true">
22 <script type=
"text/xaml" id=
"xamlContent">
24 <Canvas xmlns=
"http://schemas.microsoft.com/winfx/2006/xaml/presentation"
25 xmlns:
x=
"http://schemas.microsoft.com/winfx/2006/xaml" x:
Name=
"MasterCanvas">
27 <Rectangle Width=
"720" Height=
"160" Fill=
"Orange" />
28 <TextBlock x:
Name=
"text1" FontFamily=
"Arial" Text=
"To be or not to be? A question." FontSize=
"10" Canvas.
Left=
"10" Canvas.
Top=
"10">
29 <TextBlock.RenderTransform
>
30 <ScaleTransform ScaleX=
"1.0" ScaleY=
"1.0" />
31 </TextBlock.RenderTransform
>
34 <EventTrigger RoutedEvent=
"TextBlock.Loaded">
37 <DoubleAnimation Storyboard.
TargetName=
"text1" Storyboard.
TargetProperty=
"(UIElement.RenderTransform).(ScaleTransform.ScaleX)" To=
"5" Duration=
"00:00:10" />
38 <DoubleAnimation Storyboard.
TargetName=
"text1" Storyboard.
TargetProperty=
"(UIElement.RenderTransform).(ScaleTransform.ScaleY)" To=
"5" Duration=
"00:00:10" />
45 <TextBlock x:
Name=
"text2" FontFamily=
"Arial" Text=
"To be or not to be? A question." FontSize=
"10" Canvas.
Left=
"10" Canvas.
Top=
"50">
47 <EventTrigger RoutedEvent=
"TextBlock.Loaded">
50 <DoubleAnimation Storyboard.
TargetName=
"text2" Storyboard.
TargetProperty=
"FontSize" To=
"50" Duration=
"00:00:10" />
57 <TextBlock x:
Name=
"text3" FontFamily=
"Arial" Text=
"To be or not to be? A question." FontSize=
"50" Canvas.
Left=
"10" Canvas.
Top=
"90" Opacity=
"0.0">
59 <EventTrigger RoutedEvent=
"TextBlock.Loaded">
62 <DoubleAnimation Storyboard.
TargetName=
"text3" Storyboard.
TargetProperty=
"(UIElement.Opacity)" To=
"1" Duration=
"00:00:10" />