# Jump Camera Bounce

<mark style="color:blue;">If you want to edit the camera shake for landing, please head over to the Jump Component page.</mark>

This page describes how you can adjust the camera movement when the player is jumping until right before they land.

To edit the curve, double-click the curve in `Motion\Blueprints\Curves\Curve_JumpCameraBounce`. This will open the curve editor.

<figure><img src="/files/8DcE6wURaVrHfjE8rm7X" alt=""><figcaption></figcaption></figure>

The `Red` line, X, translates to the **Roll** added to the camera.

The `Green` line, Y, translated to the **Pitch** added to the camera.

The `Blue` line, Z, translates to the **Yaw** added to the camera.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://motion.docs.regensturm.com/tweaking/jump-camera-bounce.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
