Tagged Questions
0
votes
2answers
36 views
itemsControl item insertion animation
i am showing a kind list using itemsControl in my windows phone 7 app, but i am very new to animation and storyBoard etc
so my itemsControl is given below
<ItemsControl ...
0
votes
0answers
18 views
Windows Store apps Xaml : how to get a Slide-In and Slide-out animation?
i have a following Grid, occupies the entire height of the screen and is docked to the left of the screen like this
<Grid x:Name="myMainGrid" HorizontalAlignment="Left" >
//There are other ...
1
vote
0answers
42 views
how to animate images in a stackPanel wp7
i'v developed few windows phone applications, but never interacted with the animation.
now i required a animation in a tile, the xaml is given below
<Grid Height="250">
...
0
votes
1answer
44 views
Strange behavior of EventTrigger (WPF)
Considering following example (taken from MSDN sample)
<Style TargetType="Rectangle">
<Style.Triggers>
<EventTrigger RoutedEvent="MouseEnter">
<BeginStoryboard>
...
1
vote
1answer
20 views
Moving a Button using StoryBoard in WPF
I am trying to move a Button named btnCreate
Here is the XAML :
<DoubleAnimation Storyboard.TargetName="btnCreate"
...
0
votes
1answer
39 views
XAML make animation smooth
I'm animating a GridColumn width property (GridLength) with an ObjectAnimationUsingKeyFrames. My question is, is it possible to make the animation run smooth.
<Storyboard
...
2
votes
1answer
39 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
0answers
39 views
Animation like default Transition animation.
WinRT control's default Transition are simply superb and i would like to make transitions like the same form my WPF controls. How could i step forward.
Any guidelines?
0
votes
0answers
18 views
Getting a TextBlox text to display a number counting up using Storyboard Animation
I'm trying to get a TextBlock text to display a number counting up from 0 to 100 for example.
I added the following to my Main.Page.xaml
<phone:PhoneApplicationPage.Resources>
...
0
votes
0answers
65 views
Dependency property's set doesn't update its value
I have popup and i have a animation using its horizontal and vertical offsets. This Animation takes these offsets as values and have a simple storyboard. For the 1st time it works fine and the second ...
2
votes
1answer
38 views
Animate RenderTransformOrigin
I would like to modify RenderTransformOriginin a xaml storyboard. The value must not be animated, a immediately change would be also fine.
The following code dosn't work:
<Storyboard ...
1
vote
1answer
95 views
How to make an element reference a StaticResource Storyboard in XAML (instead of the storyboard referencing the element)
I am reading the MSDN Animation tutorial, and it describes the following steps to apply a storyboard to an element:
Create the Storyboard;
Specify its target element name with the TargetName ...
0
votes
1answer
38 views
Showing content in frame interferes with animation on the page
I ran into a little problem while writing Windows 8 application on C#+xaml. My app has one main page, which is divided in two parts – ListView as a navigation panel on the left, and Frame on the ...
0
votes
1answer
86 views
WinRT Smooth Grid.Column change Animation
I'm using the following code to change a ListView location from one column to another:
<Grid.Resources>
<Storyboard x:Name="myStoryboard">
<FadeOutThemeAnimation ...
0
votes
0answers
121 views
Listview child animations in windows store app c# xaml
using the following child animation xaml, I am able to animate the enterance of the items the first time I bind the listview.. But, when I rebind a second time, the child animations don't show.
...
0
votes
1answer
71 views
Image pop out “right-to-left” with storyboard animation
I found a good example for a pop out image: http://tozon.info/blog/post/2007/10/14/three-ways-to-make-your-wpf-images-pop-out-on-mouseover.aspx
the problem is I need to grow it in the opposite ...
0
votes
1answer
110 views
WPF: Trigger animation - Move Control downwards along Y axis
I have a control that I want to move downwards upon MouseOver. Unfortunately the animation doesnt run when I mouse over, the background changes colour though.
Toolkit:Dialog is a custom dialog ...
0
votes
1answer
50 views
WPF xaml orbit animation not maintaining path
I am trying to create three paths (orbital paths) and get three ellipses (planets, rings) to travel along them, I have followed a few different blogs and forum posts but I cannot see why the ellipses ...
0
votes
1answer
32 views
Synchronizing animations across pages
I am currently building an application that makes use of a simple xaml animation across all pages.
Here is the xaml for the animation
<Storyboard x:Name="raysSpin">
...
3
votes
1answer
82 views
WPF C# How to animate HighlightBrush Color?
I'm trying to animate the selected item color of a ListView.
I can access this "property" through this code:
<Style.Resources>
<SolidColorBrush x:Key="{x:Static ...
0
votes
0answers
192 views
Animation in code-behind effects animation in xaml
I'm doing some animations in my wpf project.
In XAML, I implemented some color animations like this:
<Style TargetType="StackPanel" x:Key="navMenu" BasedOn="{StaticResource navMenuBase}">
...
-1
votes
1answer
53 views
How to control the period of time between twice animation [closed]
I use a Storyboard to display animation and set the RepeatBehavior as Forever, I want the animation has a specified duration between twice animation. That means, after the first animation completed, ...
0
votes
1answer
117 views
WPF Selecting the Control that should play Storyboard Animation from Code Behind
I have created a MainMenu and two Animations: ZoomIn & ZoomOut.
The MainMenu will be filled with Canvas, each containing icons. What I am trying to do, is on clicking a button, that the current ...
2
votes
1answer
91 views
How can I use a XAML ellipse like a container for another shape?
I am creating a UserControl in WPF to model an eye (like a cartoon eye), and will move the "pupil" (black circle) around within the eye to look in certain directions. I would like to use the "white" ...
0
votes
1answer
41 views
DoubleAnimation of Width does not shrink
I am doing DoubleAnimation of the Width property of a Canvas. I want to shrink the canvas to 1/5 th of the size.
var widthAnimation = new DoubleAnimation();
widthAnimation.Duration = new ...
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
1answer
77 views
Animate UserControl Elements from Outside
I have a custom UserControl which implements the following animations:
<UserControl.Resources>
<QuinticEase Core:Key="EasingInOut" EasingMode="EaseInOut"/>
<Storyboard ...
0
votes
0answers
51 views
Making a style of an animation with BitmapEffect
I am trying to make a style of animation containing BitmapEffects.
it gives this error :
'BitmapEffect' property does not point to a DependencyObject in path
If possible don't want to use ...
0
votes
1answer
125 views
WPF : How to animate element width whenever it changes
This should be easy but I'm blanking out here.
I have a TextBlock inside of a Border control. The Width of the Border changes based on the length of the text in the TextBlock (updated in ViewModel). ...
0
votes
0answers
64 views
Animating Windows Store App -UI
I'm having a hard time figuring out the right way to animate my UI. I know how I could do these two things, but all the solutions I've come up with mean a lot of (ugly) code and there must be a better ...
0
votes
1answer
95 views
Event Not Firing Properly within Storyboard
I have a custom UserControl which needs to be scaled on X from 1 to 0, and then back from 0 to 1 using the following coded Storyboard:
Storyboard storyboard = new Storyboard();
DoubleAnimation ...
0
votes
1answer
463 views
Move a rectangle on a canvas in WPF from code behind
In my XAML i have a listbox and some textboxes in a grid and a reactangle in a canvas:
Title="MainWindow" Height="350" Width="500" WindowStartupLocation="CenterScreen">
<Grid>
<ListBox ...
0
votes
1answer
97 views
ListViewItems Animation no longer working
I have a ListView in my XAML that contains multiple thumbnail images, after selecting some pictures with a Picker. My issue is that, I have changed the item panel template like below, and now the ...
0
votes
3answers
363 views
RenderTransform RotateTransform Blurry Image
I have the following custom UserControl that represents a card in my application:
<UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...
0
votes
0answers
112 views
Changing SpeedRatio of a Storyboard with multiple animations (that have different BeginTime's and their own Durations)
What I thought would be be a simple edit is actually confusing me a bit. I am playing with the sample "busy indicator" located here: ...
0
votes
1answer
169 views
How to access ToggleButton content in a storyboard animation
I have a toggle button in UI and would like to perform some action when it is clicked.
xaml for this button:
<ToggleButton x:Name="markToggle" Click="markToggle_Click" ...
1
vote
1answer
277 views
Looking for a Windows 8 XAML control that can contain a clipped animated image in it
I am developing Windows store apps. In one of the apps, instead of having image controls, I would like to have container controls that display single animated images from within (Similar to the News ...
0
votes
1answer
165 views
set animation of opacity in vb.net in winrt
i have in winrt and xaml following code:
<Storyboard x:Name="myStoryboard">
<DoubleAnimation
Storyboard.TargetName="myImage"
Storyboard.TargetProperty="Opacity"
From="1.0" To="0.0" ...
0
votes
0answers
161 views
Use Visual State Manager to set style of TabItem with a template as a button that has template of a textblock
I am working on a xaml only solution using the visual state manager to change the background and font colors of our tabs. If it is selected, then the background is green and the foreground is white. ...
0
votes
2answers
1k views
WinRT Xaml StoryBoard
I wrote this storyboard in my however whenever I do a SwapImages.Begin(); from the C# file nothing happens. Can someone tell me what might be wrong with the code below?
<Storyboard ...
3
votes
1answer
147 views
Disable animation for nested ContentControl
I want to disable the EntrenceThemeAnimation for one of my elements. I have a Grid that sets this animation to all it's children(I think it's default for a page). Is it possible to disable this ...
0
votes
0answers
64 views
animating path/menu on surface2.0/pixelsense
I'm trying to build a menu in the shape of a cube. On each side should be buttons so the user can flipp it to the menu he needs at the moment. I started with animation paths, because I'm new to such ...
1
vote
0answers
52 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 ...
1
vote
0answers
48 views
Animations in Windows 8 [duplicate]
Possible Duplicate:
Display an Animated GIF in a Metro App
I am creating a windows 8 app and my client has requested that I include animated gifs but since they aren't supported I'm a ...
0
votes
0answers
186 views
Animating item removal from LongListSelector
So I have a View Model bound to a collection of custom objects with some properties (Name, Size etc) which implements NotifyPropertyChanged so the LongListSelector updates accordingly.
Now I want to ...
0
votes
1answer
721 views
Fade in/out a TextBlock in a Windows Store Application [XAML/C#]
can someone explain me how can I add a fade in and a fade out animation to a textblock when I load a form in a Windows Store application?
I tried the WPF method but it didn't work...
Thank you :)
0
votes
0answers
61 views
MouseLeave EventTrigger fails when activated after Unloaded
I have a xaml layed out somewhat like below. The EventTrigger triggers myControl well, a problem arises however when the UserControl is unloaded. I use datatemplating to load/unload this control for a ...
0
votes
2answers
173 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?
1
vote
2answers
346 views
WPF XAML Animation (Newbie)
I am trying to test animation in XAML. My intension was to make a font-size pulse (increase and decrease forever). But when I type in the code below, Visual studio does not recognize the class ...
0
votes
1answer
188 views
BeginTime not working correctly when set programmatically in WinRT / c#
I'm animating something in my Windows 8 app from code behind. I have a collection of animation objects, each containing a DoubleAnimation. I call a method which iterates over this collection, creates ...








