Adaptive Storyboard (WPF)

2

I have an animation in my WPF project and wanted to know if you have the Storyboard to be responsive.

As in the settings of Margin and Height / Width are responsive marking the option auto wanted to know if you have how to do this auto style in the Storyboard animation too.

Example:

I have a grid that is 20px on the left and the animation makes it move up to 0px on the left, but it has another animation that makes it go from 0px on the left to 50px on the left.

Type what would normally happen is the animation would start by setting the position of the grid to 0px on the left and then yes it would go to 50px on the left.

You can do this animation instead of setting 0px then move to 50px to get your current position and move to 50px?

    
asked by anonymous 03.10.2017 / 01:39

1 answer

1

When you do the storyboard and arrow the first keyframe without changing anything it takes the current characteristics of the object as soon as it identifies and adapts the animation to the keyframe you want.

    
03.11.2017 / 23:03