I’m not sure I understand you here Alex.
The current Show at action will instantly move a hidden object, whatever its position, to the new X&Y location, before doing the fade in.
It’s indeed a shortcut to
- move to, without animation
- show
Can you detail how a “hide at” would behave? Typically, you want the object to fade out in its current position, without moving it. When completely hidden, you might want to leave it to its place, not annoying, since hidden, but you don’t have to.
I have the impression your version of the hide at would be more a “fade + move” at the same time, which is not what the “show at” is doing today.