# Breathing Shake

This page describes how you can adjust the camera shake while you stand still, imitating breathing.

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

<figure><img src="/files/SRXt10XaYgo6Dq5Ihs40" 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.

<figure><img src="/files/UBgS2OQepgEs1YnPlzlF" alt=""><figcaption></figcaption></figure>

The default breathing cycle takes 6 seconds. 3 seconds moving up, 3 seconds moving down.

You can adjust the length by moving both points to the left or right, depending on if you want it to be shorter or longer.

Alternatively, you can hold `CTRL` and click both points and then change the time value at the top of the editor.

![](/files/M6vnuUQoSJjclah6Q0UP)

Adjusting the value of the `Green` line will change how high the character look up while breathing.

Adjusting the value of the `Red` line will change how much to the right the character will look while breathing.

<mark style="color:blue;">You can add additional points to the curve to create a different breathing pattern.</mark>


---

# 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/breathing-shake.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.
