Move Row

Revision as of 12:14, 7 March 2025 by Azabiphetamine (talk | contribs) (Created page with "{{Event | event = Move Row | image = File:EditorMoveRow.png | tablocation = VFX | eventtype = MoveRow | versionorigin = r<code>Version</code> | shortcut = O }} '''Move Row''' is an event in the '''VFX Tab''' used to change a row or row component's position, scale, angle, and pivot. == Usage == {| class="wikitable" |+ Properties |- ! Setting !! Type !! Description |- | Row || Dropdown || Row to target. |- | Target || Single Selection (Enum) || Row element to targe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Move Row is an event in the VFX Tab used to change a row or row component's position, scale, angle, and pivot.

Move Row
Screenshot of the Event Icon Move Row
TabVFX
TypeMoveRow
OriginrVersion
ShortcutO

Usage

Properties
Setting Type Description
Row Dropdown Row to target.
Target Single Selection (Enum) Row element to target. Either the entire row, its character, or its heart.
Custom Position Single Selection (Bool) Whether to move to a custom position or return to its default (no easing or duration control).
Position Text Boxes (Numbers) Position X and Y of the row or component.
Scale Text Boxes (Numbers) Scale X and Y of the row or component.
Angle Text Box (Number) Angle of the row or component in degrees.
Pivot Slider (Number) Pivot X and Y of the row relative to the left side at 0 rotation. 0% centers the character, 100% centers the heart.
Animation Duration Text Box (Number) Duration of the transition in beats.
Ease Dropdown (Enum) Easing.

Note that, if the Target is Character or Heart, their values are relative to their default positions, which are also relative to the row's position, i.e. moving the row affects the character and heart.

Surgery

{ "bar": X, "beat": X, "y": X, "type": "MoveRow", "row": X, "target": "WholeRow", "customPosition": true, "rowPosition": [50, 50], "scale": [1, 1], "angle": 0, "pivot": 0, "duration": 1, "ease": "Linear" }

row (number)
Row target.

target (string)
Either WholeRow, Character, or Heart.

customPosition (bool)
Custom position or move to default position.

position (number[])
Position, X and Y (2-length array), of the row in percentage.

scale (number[])
Scale, X and Y (2-length array), of the row in percentage.

angle (number)
Angle of the row in degrees.

pivot (number)
X pivot of the row in percentage.

duration (number)
Duration of the transition in beats.

ease (enum)
Easing.

History

Trivia