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?