0
votes
1answer
31 views

Storyboard Auto Reverse in windows phone 7

I have a button which animates the controls(basically, moving an object) using the storyboard. But If i click the button the second time the animation should do the reversal and come back to its ...
2
votes
1answer
40 views

Cannot animate ContentControl background color but works with Foreground

I'm trying to animate the selection change of a Listbox in Windows Phone 8. The following animation Works: <ColorAnimation ...
0
votes
1answer
85 views

Animate Button Position in Windows Phone

I have a Windows Phone application that has two buttons. The general layout of my app looks like the following: <Grid> <Grid.ColumnDefinitions> <ColumnDefinition Width="60" /> ...
0
votes
0answers
58 views

Sample project from MIX10 - Dynamic Layout and Transitions for Microsoft Silverlight 4 with Microsoft Expression Blend [closed]

Does anyone have the sample project from the session at MIX10 - Dynamic Layout and Transitions for Microsoft Silverlight 4 with Microsoft Expression Blend? ...
1
vote
1answer
77 views

Animating height in WIndows Phone

I have a grid containing two elements, a search form and a custom UC to show items. When my page loads, the viewer control is hidden. I ant to animate it in with a storyboard when a button on the ...
0
votes
2answers
192 views

Click/Hover effect on TextBlock in Windows Phone 7

I have a menu build from TextBlocks in a StackPanel. I would like the TextBlocks to animate when they are tapped. Pretty much like how the stock apps animate on click in menus. The documents I've ...
0
votes
2answers
52 views

ColorAnimation doesn't do anything

I'm trying to integrate a little colorApplication to a little "game" I did in silverlight. I'm kinda noob with C# so I just searched on the net and I found something which explain how to do a ...
1
vote
0answers
53 views

How to implement silverlight animation?

I want to implement silverlight animation in one of my xaml page. I have different shapes in my page. I want to fill colors with animation in the shapes. I want to implement different effects for ...
0
votes
0answers
106 views

Rotating the same image many times in wp7 silverlight

I use this function for rotating my image: public void rotateMe(Image img, double duration, int degrees, double xPoint, double yPoint) { Duration Time_duration = new ...
2
votes
2answers
174 views

Why can I set a property value although Animation.FillBehavior is set to HoldEnd

I came across a different behaviour in Silverlight and WPF when an animated property values is held ("filled") after the animation has ended. The Remarks section in the documentation of the ...
0
votes
2answers
176 views

Animate Content change in PivotItem

Windows Phone 8 project. I am changing Content in a PivotItem (from a Grid to a WebBrowser). Is there a way to animate that change with a turn-the-page effect or slide-from-side effect?
0
votes
0answers
60 views

Modifying Silverlight ComboBox border applies to all ComboBoxes

I've got a behavior I am attaching to specific ComboBoxes in my Silverlight LOB app's data entry form. The behavior needs to flash the border if the selected value is changed while the control is not ...
0
votes
0answers
105 views

Custom animations StoryBoard in Silverlight

(In all the places below, Animation = Animation@ code behind. Not the chunky XAML ones) Is it possible to define our own animation behaviors for a StoryBoard in Silverlight? For example, I want to ...
1
vote
1answer
239 views

During Silverlight ChildWindow closing animation user can click any button

I am developing a rich user interface using Silverlight 5. I have lots of ChildWindows. Child Window has sort of buttons which are bound with Commands. I realized that if Child Window Close method is ...
0
votes
0answers
125 views

Create a color animation for button in silverlight [closed]

i try to create color animation for a button in c# in silverlight; to change color from while to red progressively thanks for help

1 2 3 4 5 14
15 30 50 per page