Skip to main content
Home Forums Silverlight Programming Visual Studio & Silverlight Development Tools Silverlight animation
8 replies. Latest Post by Shaji-mji on June 26, 2009.
(0)
vINyL3
Member
3 points
4 Posts
06-15-2009 10:09 AM |
Hello,
I just download the silverlight and vs2008 because my boss ask me to do a silverlight animation. But I never had work with silverlight, so I'm asking here for some help to start working with this.
What I have to do is a silverlight animation, I had some images and I need to show it in sequence.
I was think about making a left menu with all images(in small size) in order and some arrows for goes back and forward. In the centre of the screen appears the image in is normal size.
Can some one tell me how to make it, I just need a exemple with two or three images.
Thanks for the help,
Rafael Cardoso
mchlsync
Star
14606 points
2,730 Posts
06-15-2009 10:26 AM |
If you are talking about animation, I think Blend might be much easier for you to animate the stuffs. You can also google this keyword "Silverlight Animation" or "Silverlight menu animation" or this post.
06-22-2009 5:07 AM |
It isn't real what I need, I need a slideshow that I can have images and text.
I already found one, but it don't have space to place a text along with the image, and the space on the menu with all images is to small and without arrows to move, so it only have space to around 20 images.
K2P2
Participant
1028 points
337 Posts
06-22-2009 6:54 PM |
At the top of the screen there is a "Learn" link. There's some good videos in there maybe they will help a little.
06-23-2009 9:53 AM |
I see some videos, but no help.
baskarg83
414 points
127 Posts
06-26-2009 5:00 AM |
Use Expression Blend is a best way to work on Animations. After creating animations in Blend ,bring that XAML code in your silverlight application
Here i am giving link on how to do Animation in Expression Blend
http://expression.microsoft.com/en-us/cc197142.aspx
Jitukrish
2 points
7 Posts
06-26-2009 6:16 AM |
Of Course, Blend is one of the best tools to use for animations.
Using that we can even preview the animations...
Once you make sure that you had got your required animations then you can finalise it and associate it as the storyboard. The other advantage is its WYSIWYG
06-26-2009 7:06 AM |
After some more reacher I now understand how to make it =)
But I had a problem, because I do the animation on blend but I run the animation it change the position of the things(text, images), acording with monitor resolation. Either with the same resoltation that I use when I'm working on blend, when I run the animation some things just are in the asme position where I left it on blend.
I use this method(http://silverlight.net/learn/learnvideo.aspx?video=56933) to do the jump between page.
Shaji-mji
1129 points
260 Posts
06-26-2009 7:43 AM |
Try these Video tutorials
http://silverlight.net/learn/learnvideo.aspx?video=78708
http://silverlight.net/learn/learnvideo.aspx?video=56943