RelativeNode : Visual ux
Relative to which node, used in combination with RelativeTo
An Animator that changes the size of an Element.
This is typically used as part of a LayoutAnimation.
The size is considered a temporary size for the element, not it's true intended size. When the animator is disabled the natural size will be restored.
<Panel>
<LayoutAnimation>
<Resize RelativeTo="SizeChange" Duration="1" Vector="1"/>
<Move RelativeTo="PositionChange" Duration="1" Vector="1"/>
</LayoutAnimation>
</Panel>
Relative to which node, used in combination with RelativeTo
Creates a new Resize
An alternate target for the resize, instead of the default: the parent of the animator
The X
value of Vector
The Y
value of Vector
How long to wait, from the end of the backward timeline, before the animator starts changing the value.
For a continuous track: The duration of the change of the value.
For a continuous track: The duraciton of the change of the value in the backward timeline.
For a continuous track: This specifies the transition easing between a source and target value.
For a continuous track: This specified the easing for the backward timeline.
Specifies how the Keyframes are interpolated.
How to mix this animator when there are multiple conflicting animators affecting the target.