Relative Offset Movement represents an element that moves along a path to a relative location in the scene.
| Name | Explanation | Type |
|---|---|---|
| Duration | The duration of the element, in milliseconds. | Number |
| From Center of Targets | Whether or not to include the center of the target, rather than just the space around. | Toggle |
| Is Parabolic Movement | Whether or not the movement should follow a semi-parabolic path. | Toggle |
| Is Target | Whether or not the target is performing the action. | Toggle |
| Is User | Whether or not the user is performing the action. | Toggle |
| Offset from Target X | The distance to move along X. | Number |
| Offset from Target Y | The distance to move along Y. | Number |
| Offset from Target Z | The distance to move along Z. | Number |
| Parabolic Factor X | The maximum X that can be used in parabolic movement. | Number |
| Parabolic Factor Y | The maximum Y that can be used in parabolic movement. | Number |
| Parabolic Factor Z | The maximum Z that can be used in parabolic movement. | Number |
| Blocking | Whether or not the action sequence element is blocking the next element from being performed. | Toggle |
| Starting Time | The time to start the sequence element at, in milliseconds. | Number |