> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: $w ## Namespace: effects ## Article: Introduction ## Article Link: https://dev.wix.com/docs/velo/velo-only-apis/$w/effects/introduction.md ## Article Content: # Introduction >**Note:** This API can only be used in Wix Studio. Wix Studio allows you to create [effects](https://support.wix.com/en/article/studio-editor-about-animations#:~:text=client%27s%20exact%20needs.-,Hover%20and%20click%20interactions,-Add%20cool%20effects) that change the way elements are displayed on your site. The Effects API allows you to programatically display the effects defined for an element. For example, with the API you can trigger an effect using anything happening on your site or in your code. This means you can expand the set of effects triggers provided in Wix Studio to suit your needs.