Here's a version of the BeginAnimation extension method, updated for Silverlight 2: static class SilverlightHelpers { public static void BeginAnimation(this FrameworkElement obj, DependencyProperty property, DoubleAnimation animation) { var storyboard