# Keyframes

Most parameters in Gyroflow can be keyframed - meaning their value can be changed in different parts of the video (i.e. you can use a different smoothness at the start of the video, compared to the end).

## How to use?

### Enabling keyframes

Keyframes can be enabled by right-clicking on the slider and choosing **Enable keyframing.**

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

Then, go to a time in the video when you want the value to be different and just change the slider value. This will create a keyframe on the timeline chart.

<figure><img src="/files/NldL2nRcp9Xb8BrUK8d4" alt=""><figcaption><p>Smoothness keyframe</p></figcaption></figure>

### Keyframe easing

You can right-click the keyframe point to enable or disable easing (it's enabled by default).

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

<figure><img src="/files/JVEudpAfG3VvxNXi4F0u" alt=""><figcaption><p>Ease in + out vs. linear keyframe</p></figcaption></figure>

### Removing/disabling keyframes

You can right-click the keyframe point to delete it, or to disable all keyframing for a slider, right-click on the slider and uncheck **Enable keyframing** - this will clear all keyframes on that slider.

## Keyframeable parameters

* Smoothness
* FOV
* Zooming speed
* Zooming center offset
* Horizon lock amount / roll correction
* Lens correction strength
* Max smoothness
* Max smoothness at high velocity
* Pitch/Roll/Yaw smoothness
* Video rotation
* Background margin / feather
* Video speed

## Example

{% embed url="<https://gyroflow.xyz/demo/docs/?v=keyframing>" %}

## Caveat

When keyframing zooming speed and the speed changes are significant, make sure to switch the zooming algorithm to **Envelope follower.**&#x20;

There is a known bug with the **Gaussian filter** algorithm which may lead to black borders in view when keyframing zooming speed.


---

# 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://docs.gyroflow.xyz/app/advanced-usage/keyframes.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.
