Move Action

Move an element in pixels along the X, Y or Z direction. This is the same as adjusting the transform translate(x,y,z) in CSS.

Useful for entrance or exit animations, generally where you would want to move items in a specific amount of pixels.

Action Settings

Option Default Type Description
X None Number Move in the X direction. Positive values shift the element to the right. Negative values shift the element to the left.
Y None Number Move in the Y direction. Positive values move the element downward. Negative values move the element upward.
Z None Number Move in the Z direction. This will only work if your element has CSS perspective

For sliders, you can enter values beyond the predefined range by manually typing a value directly into the input field.

Applied To

Select the source element where the action will originate. This determines which block or element will perform the specified action when triggered.