Reputation: 68
I have a path animation in Blend of something moving in a circle I created by using the shortcut to convert a shape into a motion path. When the animation begins it moves clockwise, but I want it to start counterclockwise. Is there any way in XAML to change that direction, without having using autoreverse?
Upvotes: 0
Views: 450
Reputation: 23290
This should do the trick for you to essentially reverse your animation but without autoreverse.
http://msdn.microsoft.com/en-us/library/cc294966%28v=expression.40%29.aspx
Upvotes: 2