What is Reveal and its core terminology
mainReveal is a library for creating coach marks, onboarding tutorials, and walkthrough effects in Compose Multiplatform for Android, iOS, Desktop, and Web.
Key Concepts
- Revealable: An element on the screen that is highlighted during the effect.
- Reveal area: The specific area around a
Revealablethat is highlighted (usually with slight padding). - Overlay: The layer that greys out all content except for the
Revealablearea. It can also host explanatory items (like text or images).