2
votes
Silverlight: Make part of a storyboard repeat
I don't think you can work with animations just in XAML/Blend you need to begin them in code anyways.
StoryBoard1.Begin();
But the code to start another animation …
