# Animation in Jetpack Compose

DevFeed: [Animation in Jetpack Compose](<https://devfeed.tech/articles/animation-in-jetpack-compose-22648.md>)

Original publisher: [Read original article](<https://www.valueof.io/blog/animation-compose-api-summary>)

Author: James Shvarts

Published: 2022-07-01T04:00:00Z

Content type: tutorial

Language: en

Sources: [Android Blog - Mobile Dev Notes](<https://devfeed.tech/sources/android-blog-mobile-dev-notes.md>)

Topics: [Jetpack Compose](<https://devfeed.tech/topics/jetpack-compose.md>), [Compose](<https://devfeed.tech/topics/compose.md>), [API](<https://devfeed.tech/topics/api.md>), [Android](<https://devfeed.tech/topics/android.md>), [Android Studio](<https://devfeed.tech/topics/android-studio.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-studio](<https://devfeed.tech/tags/android-studio.md>), [animation](<https://devfeed.tech/tags/animation.md>), [api](<https://devfeed.tech/tags/api.md>), [code](<https://devfeed.tech/tags/code.md>), [compose](<https://devfeed.tech/tags/compose.md>), [compose-animation](<https://devfeed.tech/tags/compose-animation.md>), [debug](<https://devfeed.tech/tags/debug.md>), [declarative](<https://devfeed.tech/tags/declarative.md>), [jetpack](<https://devfeed.tech/tags/jetpack.md>), [jetpack-compose](<https://devfeed.tech/tags/jetpack-compose.md>), [layout](<https://devfeed.tech/tags/layout.md>), [state](<https://devfeed.tech/tags/state.md>), [suspend](<https://devfeed.tech/tags/suspend.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

## AI overview

A foundational overview of Jetpack Compose Animation APIs, organized around animation scenarios and API selection. It covers declarative and state-based APIs, customization, coroutine-based lower-level APIs, and Android Studio tooling for implementation and debugging.

## Source excerpt

Foundational overview of Compose Animation APIs to help you choose most suitable API for your animation task.