I have gone through the fadein/fadeout tutorial that is on this page:
For the next increment, I wish to have images simply moving horizontally. So for example, If I get 10 images and line them up, how can I make them move off the screen slowly.
Any help is highly appreciated.
My question here might help: Wp7 Storyboard Animation Setting Appearing Horizon
The storyboard code I was using moves images horizontally across the screen with an easing function (you can take that part out if you want). You can use it if you put it into
Then you can call it from the code-behind like so:
Hope that helps, let me know if you need anything else.