Tags
archives
- March 2010 (1)
- February 2010 (2)
- January 2010 (5)
- December 2009 (1)
- November 2009 (2)
- October 2009 (1)
- September 2009 (2)
- July 2009 (1)
- May 2009 (2)
- April 2009 (1)
- March 2009 (5)
- February 2009 (7)
- January 2009 (1)
Monthly Archives: September 2009
Silverlight: Multiple animations on one property through Transforms
When you create two or more animations that work on the same property of an object, Silverlight will only use the last of the defined animations.
By using transforms you’re able to achieve the same effect anyway. For instance, I’ve got a rectangle that slides up and down by using an animation that works on the Canvas.Top property:
<UserControl x:Class="TestAnimationTransform.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" [...]
Tagged Silverlight Leave a comment
BadImageFormatException when updating a Dynamics CRM Plug-in