Questions tagged [doubleanimation]

Use this tag for questions related to DoubleAnimation .Net framework class for animating the value of a Double.

DoubleAnimation is a .Net framework class for animating the value of a Double property between two target values using linear interpolation over a specified Duration.

77 questions
0
votes
1 answer

Double Animation - What is TranslateTransform "Width Change" Definition in C# UWP?

I am using MSDN example to setup the animation of Width of a Rectangle in C3 UWP. Here is the code of the sample: private void Create_And_Run_Animation() { // Create a red rectangle that will be the target // of the animation. …
0
votes
1 answer

Creating a Storyboard DoubleAnimation for Width property of Rectangle using code C# UWP

I am testing the Storyboard.SetTarget Method. I need to animate rectangle's width and height change. I found Microsoft example, but when I include the code in my program, the Solution does not build and deploy. I get error like this: IDE0006 …
0
votes
0 answers

How to make my WPF Textblock Ticker animation (Marquee) smoother?

The following text block ticker animation is not smooth at all. So need some guidance on how to make this double animation smoother for more user friendliness as I will be integrating RSS news feed in there after that. XAML CODE:
0
votes
0 answers

UWP animate scrollviewer horizontal offset with double animation c#

how can we move the horizontal offset of ScrollViewer in xaml c# DoubleAnimation DoubleAnimation verticalAnimation = new DoubleAnimation(); verticalAnimation.From = 0; verticalAnimation.To = 87; verticalAnimation.Duration =…
0
votes
1 answer

WPF Style Storyboard To Another Objects Value

Here I have a button style in appliction resources