I am looking to create a custom slide in menu that will host all of my modules for my application. The part I need guidance on is how to create the animation for the panel to slide in and out.
I am looking to have a button on my application and when a user click on it I want it to expand down and right to show available modules. Is this done with the slider panel or a canvas, custom animation or something else?
Any guidance on how to do something like this is appreciated.
http://www.silverlight.net/learn/creating-ui/animation-and-easing/animations-(silverlight-quickstart)
This website has an excellent tutorial about animations in silverlight for beginners, with some good code examples. Found it pretty useful when I was trying my hands with animation in silverlight.