Click here to Skip to main content
15,888,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on an application similar to window media player to play different medias. And i need to do a class for animations without using XAML code. So how do i do it?

[edit]Spurious bold removed - OriginalGriff[/edit]
Posted
Updated 10-Jun-12 21:39pm
v2

1 solution

a great starting point would be Animation in Silverlight[^]

A couple of other suggestions would be:
http://msdn.microsoft.com/en-us/library/cc189069(v=vs.95).aspx[^]

and

Dynamic Storyboards and Animations in Silverlight

There are code examples for what you need to do with animations in code behind. Out of morbid curiosity, what animations are you talking about? maybe able to shed more help on the matter?!?!
 
Share this answer
 
v3
Comments
Sandeep Mewara 11-Jun-12 4:57am    
OP said, without XAML.
db7uk 11-Jun-12 5:02am    
Agreed, at anchor point 6 (Example of Animation with Code Behind) there is an example of code animations. This may not have been clear enough. I have added a couple more links for possible other solutions however the OP question was a little vague.
Sandeep Mewara 11-Jun-12 5:14am    
5! :thumbsup:
db7uk 11-Jun-12 5:24am    
Thanks, I should really have used the MSDN link as the preferred link in the original post!!! :)
rolasammour 11-Jun-12 7:42am    
thank you but these links are with XAML code :S
anyway i had an idea that we can write with XAML code and enable or disable it as we like :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900