Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
swdev:dotnet:wpf:control_transforms_and_animations [2010/12/10 16:29]
smayr
swdev:dotnet:wpf:control_transforms_and_animations [2010/12/10 16:31] (current)
smayr [Animations]
Line 73: Line 73:
 </code> </code>
  
-=== References === +**Other Examples**
-  [[http://www.galasoft.ch/mydotnet/articles/article-2006102701.aspx|WPF: Animations in XAML and code behind]]+
  
-=== Examples === 
 XAML: XAML:
 <code xml> <code xml>
Line 135: Line 133:
 } }
 </code> </code>
 +
 +=== References ===
 +  * [[http://www.galasoft.ch/mydotnet/articles/article-2006102701.aspx|WPF: Animations in XAML and code behind]]
 +
  
 == Control Triggering Animation of Another Control == == Control Triggering Animation of Another Control ==