> For the complete documentation index, see [llms.txt](https://docs.tachyon.video/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tachyon.video/user-guide/4.-programming-a-show/timeline-editor/screen-and-layer-timeline-properties.md).

# Screen and Layer Timeline Properties

Three toggles and a slider are located to the right of the Screens and the Layers in the Timeline. They can be used in the following ways to affect both Screens and Layers:

![](/files/-MZO1w2MI6cru0HGyC-M)

## Cancel Rendering for a Screen or Layer

* **`Click`** on the **Lighting** toggle to cancel all image rendering for its corresponding Screen or Layer on the connected Display Servers.

{% hint style="info" %}
Cancelling image rendering makes manipulation invisible in its corresponding Layer or Screen.
{% endhint %}

## Lock a Screen or Layer

* **`Click`** on the Lock toggle to prevent any modifications to its corresponding Screen or Layer.

{% hint style="info" %}
The Lock prevents unwanted changes.
{% endhint %}

## Hide a Screen or Layer

* **`Click`** on the Eye toggle to turn its corresponding Screen or Layer to black.

## Modify Alpha for a Screen or Layer

* **`Click`+Drag**  the Alpha slider to modify the alpha channel value for its corresponding Screen or Layer.

![](/files/-MZO2SLuCAHYt3bjwPUm)


---

# 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.tachyon.video/user-guide/4.-programming-a-show/timeline-editor/screen-and-layer-timeline-properties.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.
