> For the complete documentation index, see [llms.txt](https://docs.engagevr.io/engage/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.engagevr.io/engage/experience-editor/tutorials/introductory-presentation/closing-the-presentation/adjusting-the-timing-of-the-transition.md).

# Adjusting the timing of the transition

When you use the Fade to Color IFX, it’s important to understand when the fades will occur. The fade-in starts when the playhead reaches the IFX, and the fade-out starts after the playhead passes the IFX.

<figure><img src="/files/GQHiznMzHWqu2ndn50ZR" alt=""><figcaption><p>Transition times</p></figcaption></figure>

Between the end of the fade-in and the start of the fade-out, a user’s screen will be filled with the solid color that you’ve chosen.

By default, IFX are added to the timeline with a length of 30 seconds. This means that currently you will have 29.5 seconds of a black screen. To make the transition more reasonable, complete the following steps:

* Go to the effect options for the *Fade to Color* IFX, and then set the End Time to be 2 seconds after the Start Time.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.engagevr.io/engage/experience-editor/tutorials/introductory-presentation/closing-the-presentation/adjusting-the-timing-of-the-transition.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
