How can I cycle the Y position of a element? I try with Anchor but also move in X.
<Cycle Target="Myelement.Anchor" Low="0,0" High="0,50" Hertz="0.5" />
I want that move Up and Down all the time.
Thanks!
How can I cycle the Y position of a element? I try with Anchor but also move in X.
<Cycle Target="Myelement.Anchor" Low="0,0" High="0,50" Hertz="0.5" />
I want that move Up and Down all the time.
Thanks!
Try animating Offset
instead of Anchor
With Offset is the same… I Put:
<Cycle Target="Myelement.Ofsset" Low="0,0" High="0,50" Hertz="0.5" />
And happen the same. Moves in X and Y. Also I cant put negative values like “0,-50”. This error showup:“Unable to parse value for ‘High’”
Can I modify only the Y position? I dont know why is moving in X…