Is there a simple way to play some StoryBoad
backward (reversed) ? As there is a method Storyboard.Begin()
I would expect that there is some method like "Storyboard.BeginReversed()" but I cannot find it.
If there is no way to play an animation backwards that I have to write for most of my animations complementary animations. That smells bad to me (code duplication of some kind).
Basically I just animate a Grid that shows and than hides.