Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
37 views

Zune Software style animation Silverlight

I'm trying to see if someone can shed some light in helping me create a Zune style Silverlight animation. I want to recreate an effect just like the Zune Artist Background when the song is playing. I ...
1
vote
1answer
358 views

Issue Trying To Get Button Border to Animate on Click

I'm trying to animate the border of a button, but having trouble getting it to work. Here's the XAML I setup: <Button x:Name="Btn"> <Button.Triggers> <EventTrigger ...
0
votes
0answers
63 views

Audio Visualization in Silverlight \ WP7

Anyone done any audio visualisation in Silverlight \ WP7? I am after something that looks like the graphic equaliser animation shown in this flash video, Whilst it would be great if the ...
0
votes
2answers
104 views

Silverlight / Expression Blend - Animate using calculated value in RenderTransform

I have a rectangle at the top of a screen that I'm trying to animate to the bottom of the screen. So, I'm trying to move this the height of the screen minus the height of the rectangle. Since the ...