WP7 How to use a Storyboard
Posted
by
Subby
on Stack Overflow
See other posts from Stack Overflow
or by Subby
Published on 2012-06-19T20:20:04Z
Indexed on
2012/06/19
21:16 UTC
Read the original article
Hit count: 122
windows-phone-7
|storyboard
I wish to stop using the DispatcherTimer to show animations as that is extremely unpredictable. Instead, I want to start using a Storyboard as that is apparently the best and efficient way to animate controls.
I have tried searching for Tutorials but have not, unfortunately, stumbled on one yet.
Can anyone please advice me where I can begin? For example, "moving an image across the screen" and then "moving many images at the same time whilst rotating them".
Any help is highly appreciated.
© Stack Overflow or respective owner