> ## Documentation Index
> Fetch the complete documentation index at: https://fdm.furkankursav.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Visibility

Widget's visibility is controlled by `AC_FDM_Component`.

# Setting the Visibility

You can use `Request Show Menu`

<img src="https://mintcdn.com/furkankursav/X9-gd_yq-w8a8Pon/images/image95.png?fit=max&auto=format&n=X9-gd_yq-w8a8Pon&q=85&s=febe4ef301831021aa84b23d5c955ca2" alt="image95" width="731" height="240" data-path="images/image95.png" />

and `Request Hide Menu`

<img src="https://mintcdn.com/furkankursav/X9-gd_yq-w8a8Pon/images/image96.png?fit=max&auto=format&n=X9-gd_yq-w8a8Pon&q=85&s=944a810d80208a8232f9a1ca2034c1f6" alt="image96" width="667" height="243" data-path="images/image96.png" />

functions to set widget visibility.

When to menu visibility changes, `On Menu Visibility Changed` event gets triggered.

<img src="https://mintcdn.com/furkankursav/X9-gd_yq-w8a8Pon/images/image97.png?fit=max&auto=format&n=X9-gd_yq-w8a8Pon&q=85&s=b38e7d92002d450710e0b2be005677cf" alt="image97" width="893" height="443" data-path="images/image97.png" />

# Default Visibility And Auto Hiding

You can configure these settings in your configuration data asset.

<img src="https://mintcdn.com/furkankursav/X9-gd_yq-w8a8Pon/images/image98.png?fit=max&auto=format&n=X9-gd_yq-w8a8Pon&q=85&s=41fee6e826a014b84487e83a918b230f" alt="image98" width="657" height="158" data-path="images/image98.png" />

# Animations

When the showing or hiding function gets called, `AC_FDM_Component` redirects this request to `WBP_FDM_Widget` via **interface functions**.

<img src="https://mintcdn.com/furkankursav/X9-gd_yq-w8a8Pon/images/image99.png?fit=max&auto=format&n=X9-gd_yq-w8a8Pon&q=85&s=74e6f2819a2df9f88167948fa4f3be77" alt="image99" width="2870" height="1054" data-path="images/image99.png" />

You can set **playpack speed** in `WBP_FDM_Widget` and you can create your own **show** and **hide** animations.

<img src="https://mintcdn.com/furkankursav/7q-vA44mcw6vRQhg/images/image100.png?fit=max&auto=format&n=7q-vA44mcw6vRQhg&q=85&s=ad9ea2ef7d2c47f6ac53f48a3003013e" alt="image100" width="945" height="410" data-path="images/image100.png" />
