# Re-Key (New!)

## Description

Create and save keyframe presets to apply across projects. Take any layer with keyframed **properties**, **Layer Styles**, and/or **Effects**, and save them to a custom "Re-Key". This Re-Key can then be applied to any other layer in any composition or project. It can also be exported to be shared with colleagues.

## Usage

Once open, you'll see that Motion Studio comes with 6 Re-Key presets to demonstrate functionality. Feel free to use, or delete, these presets.&#x20;

<figure><img src="/files/sODMBR9RIGVIsx10U5YY" alt="" width="363"><figcaption></figcaption></figure>

## Creating Re-Keys

To create a Re-Key, click the "Create button". This opens a modal dialog that polls your selected keyframes. If you re-select different keyframes you can click the "Refresh" button. The selected Keyframes will be shown in the preview:

<figure><img src="/files/DKb4zTtaLMt3kJtjOkLb" alt=""><figcaption><p>Preview selected keyframes</p></figcaption></figure>

You can input a custom name for this Re-Key, and Save to your library. Motion Studio will auto-pick a custom Icon for your re-key as well.

With the New Re-Key selected, you have the option to **Apply** or **Apply Initial**.&#x20;

* **Apply**: Applies the saved keyframes to a new layer or layers. All of the keyframe values, easings, colors, styles etc., will be passed on. Notably, Apply will copy the keyframe values exactly as they were when they were saved.
* **Apply Initial**: This mode applies the Re-Key taking in to account the initial property values of the new layer. For example, if you have a Re-Key that rotates 90 degrees (0 -> 90), and use "Apply Initial" on a layer that is already rotated 90 degrees, then it will apply the rotation starting at 90 degrees, and the new layer will rotate from 90 to 180 degrees.&#x20;

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

## Customizing Re-Keys

Customization of Re-Keys can be done easily in the Motion Studio Application, by clicking the Edit icon in the top-right corner.&#x20;

<figure><img src="/files/5vzXPiCj3UwRwkgFcY72" alt="" width="375"><figcaption><p>Re-Key Library</p></figcaption></figure>

For now, you have the option to give your Re-Keys custom names, colors, and icons. Click on a Re-Key and open the side panel to customize:

<figure><img src="/files/fRHS5KNYh2Kw3rfpJ9MP" alt="" width="375"><figcaption><p>Customizations</p></figcaption></figure>

Re-Keys are also draggable, and can be rearranged.

## Adding to Mini

Re-Keys can be added to a Mini by right-clicking the Re-Key and choosing which Mini panel to add it to. Once added, you can choose to apply this Re-Key as Relative or not. You can also assign a modifier key (e.g. cmd+click) to Apply Relative.

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

Once in your Mini, you can one-click apply your Re-Key to any selected layer!

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

## Carousel Example

Let's walk through how we would create and apply a "Carousel" Re-Key.

#### 1. Animate your Carousel

We'll add some position and scale keyframes to create a carousel effect for some text

<figure><img src="/files/i0I2BUDvaxUfKTu6K26B" alt="" width="200"><figcaption><p>Animated Carousel</p></figcaption></figure>

#### 2. Save Your Re-Key

Open Re-Key with  your keyframes selected, and save as "Carousel"

<figure><img src="/files/MSxWxqSWsBoQBAb7jxGF" alt="" width="375"><figcaption><p>Save your Animation</p></figcaption></figure>

#### 3. Set up a new project

We're setting up a new project to apply the Re-Key in. Here, we'll have an animation that cycles between three different text blocks in the same carousel pattern:

<figure><img src="/files/mGfi0EltU4Np9ffdHloL" alt="" width="375"><figcaption><p>Create your text layers</p></figcaption></figure>

#### 4. Apply Carousel

For each layer, apply the carousel Re-Key. Once applied, we can also use "Trim to Keys" to trim the layers to the in and out keyframes. Then we can use the Stagger tool to apply a short overlap between each layer:

<figure><img src="/files/cPyZpViaOumpViMHQHCJ" alt=""><figcaption><p>Stagger our Re-Keyed layers with 14f overlap</p></figcaption></figure>

#### 5. Final Content

<figure><img src="/files/Zxb04jv4hJQ51vz2CqLl" alt=""><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/ae-extension/tools/re-key-new.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.
