# Creating Slide Shapes

{% hint style="warning" %}
The content on this page is incomplete. If you are able to help out, please consider [updating the article!](/contribute.md)
{% endhint %}

## Simple Slide Shapes

The simplest slide shapes are ones that only move in one direction. These have no hold mids. To create these, you can click and drag with the <img src="/files/8nilhVcpPXdj9SsQOT0f" alt="" data-size="line"> hold tool.&#x20;

<figure><img src="/files/wR3DOAlonLd9KM458dTV" alt="" width="347"><figcaption></figcaption></figure>

To curve the slide, right-click the hold start and select an Ease Type, or click on the holdStart point/hold mid while in the <img src="/files/7VK9QKDSfNKDeeXzM8zW" alt="" data-size="line"> hold tool.&#x20;

<table><thead><tr><th width="216">Easing</th><th>Explanation</th></tr></thead><tbody><tr><td>Linear</td><td>Constant speed throughout the slide</td></tr><tr><td>Ease In</td><td>Speeds up to the end of the slide</td></tr><tr><td>Ease Out</td><td>Slows down to the end of the slide</td></tr><tr><td>Ease In Out</td><td>Speeds up to the middle then slows down to the end of the slide</td></tr><tr><td>Ease Out In</td><td>Slows down to the middle then speeds up to the end of the slide</td></tr></tbody></table>

<div align="center" data-full-width="false"><figure><img src="/files/c1jFD6QMhczkmDEMYnmf" alt="" width="224"><figcaption><p>From top to bottom: Linear, Ease In, Ease Out, Ease In Out, Ease Out In</p></figcaption></figure></div>

You can also change the size, and the hold will transition with the easing.

<figure><img src="/files/NiQiVwaG6piru9LrtNhT" alt=""><figcaption><p>Ease Out on the left, Ease In on the right</p></figcaption></figure>

## Making More Complex Slide Shapes

To make more complex slide shapes, you have to use the <img src="/files/W8APbv9r9NXjdL3YbjNq" alt="" data-size="line"> hold mid tool. This 'bends' the hold path. Hold mids can also have different eases, by right clicking and changing the Ease Type (or click on the holdStart point/hold mid while in the <img src="/files/7VK9QKDSfNKDeeXzM8zW" alt="" data-size="line"> hold tool). To change the hold mid type, right click the hold mid and change the Hold Mid Type (or click on the hold mid while in the <img src="/files/FI8e1n7HSb9xiN0NSn0m" alt="" data-size="line"> hold mid tool).

<table><thead><tr><th width="88" data-type="files">Icon</th><th width="153">Hold Mid Type</th><th>Explanation</th></tr></thead><tbody><tr><td><a href="/files/zeJ2jpE19fjV8WUnrWRk">/files/zeJ2jpE19fjV8WUnrWRk</a></td><td>Normal</td><td>Bends the hold and places a tick</td></tr><tr><td><a href="/files/GpftrK7CqF8adQH1jzLF">/files/GpftrK7CqF8adQH1jzLF</a></td><td>Hidden</td><td>Bends the hold and does not place a tick</td></tr><tr><td><a href="/files/93vEP78j4UxJbyu02w3P">/files/93vEP78j4UxJbyu02w3P</a></td><td>Skip</td><td>Does not bend the hold and places a tick</td></tr></tbody></table>

<div><figure><img src="/files/aUpL6O0JgT8WimQRWeOd" alt="" width="152"><figcaption><p>A hold with a Normal hold mid</p></figcaption></figure> <figure><img src="/files/T1pdvQ1vkGOx4AyieseV" alt="" width="152"><figcaption><p>A hold with a Hidden hold mid</p></figcaption></figure> <figure><img src="/files/OpJV20zo7g7EyDzzXZqq" alt="" width="152"><figcaption><p>A hold with a Skip hold mid</p></figcaption></figure></div>

<img src="/files/CQK8tgHUMxbBLKXuXDU1" alt="" data-size="line">Skip hold mids can be placed anywhere without affecting the hold's path. In the image below, the hold start is set to Ease Out, and the Skip hold mids are used to add ticks.

<figure><img src="/files/FDBfstgnd45qEoRWhAHN" alt="" width="285"><figcaption><p>Skip hold mid 2</p></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://sekai-guide.tootiejin.com/making-a-chart/creating-slide-shapes.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.
