# Effect

## Cursor

`cursor` is a property that sets the type of cursor to be displayed when the mouse pointer is over an element. It is used to specify the mouse cursor's appearance when it is over an element. There are several pre-defined cursor types that can be used, including pointer, crosshair, help, and move, among others.&#x20;

## Color Scheme

`color-scheme` is a property that specifies the preferred color scheme for the user interface of the web page.


---

# 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://docs.acho.io/app-builder/app-construction/elements/css-styles/effect.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.
