# Custom Dialog Animation in Jetpack Compose

DevFeed: [Custom Dialog Animation in Jetpack Compose](<https://devfeed.tech/articles/custom-dialog-animation-in-jetpack-compose-25772.md>)

Original publisher: [Read original article](<https://www.sinasamaki.com/custom-dialog-animation-in-jetpack-compose/>)

Author: sinasamaki

Published: 2023-10-17T04:42:08Z

Content type: tutorial

Language: en

Sources: [sinasamaki](<https://devfeed.tech/sources/sinasamaki.md>)

Topics: [Jetpack Compose](<https://devfeed.tech/topics/jetpack-compose.md>), [dialog](<https://devfeed.tech/topics/dialog.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [animation](<https://devfeed.tech/tags/animation.md>), [article](<https://devfeed.tech/tags/article.md>), [code](<https://devfeed.tech/tags/code.md>), [compose](<https://devfeed.tech/tags/compose.md>), [compose-animation](<https://devfeed.tech/tags/compose-animation.md>), [dialog](<https://devfeed.tech/tags/dialog.md>), [jetpack-compose](<https://devfeed.tech/tags/jetpack-compose.md>)

## AI overview

A tutorial on creating custom dialog animations in Jetpack Compose. It explains how to build a dialog, remove the default window animation and scrim, and use custom animation logic, including AnimatedVisibility, to control showing and dismissing the dialog.

## Source excerpt

Create custom dialog animations using Jetpack Compose animation composables such as AnimatedVisibility