Play animation (storyboard) backwards
Posted
by drasto
on Stack Overflow
See other posts from Stack Overflow
or by drasto
Published on 2010-05-29T22:53:42Z
Indexed on
2010/05/29
23:02 UTC
Read the original article
Hit count: 280
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.
© Stack Overflow or respective owner