# Easing

<figure><img src="/files/tVN2BvRZ9o8jQR3gOAtW" alt="" width="375"><figcaption></figcaption></figure>

Easing in Premiere Pro is a little different than what we have implemented for After Effects. Limitations of Premiere's API force us to interpolate ease curves using a large number of additional keyframes, rather than just adjusting the speed and influence of two keyframes.&#x20;

* First, select a TrackItem that has two or more keyframes on one or more of its properties.
* The available properties to apply easings to will appear at the top of your Easing panel. You can only apply easings to one of these properties at a time.
* The keyframes that are on the selected property will also appear in your panel. By default, none of the keys are selected. This means that any easing in the panel will apply to **all** of the keyframes on that property.
* To apply easing to a subset of the total number of keys, click and drag the marquee selector in the Keyframe Timeline to select the keys you wish to ease

<figure><img src="/files/9sVJZROLwTqcEyQypSXC" alt="" width="375"><figcaption></figcaption></figure>

* Once selected, you can apply easing in a few different ways
  * Drag the Speed graph to adjust the speed curve
  * Adjust the Cubic Bezier graph handles in the Cubic display
  * Paste cubic bezier values in the Cubic display
  * Drag the influence or speed sliders
  * Apply an easing preset from an existing easing library

<figure><img src="/files/8FupM8MjBNIzdhtiUCuU" alt="" width="375"><figcaption></figcaption></figure>

Once applied, you'll notice the interpolated keyframes added by Motion Studio:

<figure><img src="/files/YqgGpwA6q7mXUZzGuDy7" alt="" width="375"><figcaption></figcaption></figure>

In the panel, we don't show these additional keys, to keep things nice and clean:

<figure><img src="/files/h5AgAB8Q71BYAALu61mc" alt="" width="375"><figcaption></figcaption></figure>

To remove any keys added by Motion Studio, you can click the "Clean Keys" icon in the top-left corner

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

You can also apply **Auto-Bezier**, **Linear,** and **Hold** keyframe interpolation from the panel:

<figure><img src="/files/J8HEJdM3U6rmMzov7EHw" alt="" width="375"><figcaption></figcaption></figure>


---

# 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-studio.mtmograph.com/premiere-pro-extension/easing.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.
