How I use this?
I remove a element in uno like this:
MyElement.Children.Remove(this);
and in the UX
<RemovingAnimation>
<Change Target="MyElemet.Height" Value="0" Duration="1" />
</RemovingAnimation>
But the animation dont work…
How I use this?
I remove a element in uno like this:
MyElement.Children.Remove(this);
and in the UX
<RemovingAnimation>
<Change Target="MyElemet.Height" Value="0" Duration="1" />
</RemovingAnimation>
But the animation dont work…
Hi!
To make removals animated, you have to use Panel.BeginRemoveChild() instead of removing the child directly