You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two elements. Size: 1 - 50x50; 2 - 100x100;
I want to animate how the first element takes the shape of another.
I already did animation for Height and Width, but my first element have a Margin="10,10,10,0". Consequently I have 2 elements with same size but with different positions.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have two elements. Size: 1 - 50x50; 2 - 100x100;
I want to animate how the first element takes the shape of another.
I already did animation for Height and Width, but my first element have a Margin="10,10,10,0". Consequently I have 2 elements with same size but with different positions.
I traed next code for Margin animation:
Yes, first element chinging position to second element, but its not an animation.
Also I traid to change Y,X positions:
But it doesn't work.
Because of I tried to type custom animation:
Result: When I start the animation, my element disappears.
I hope someone can advise me something.
Beta Was this translation helpful? Give feedback.
All reactions