# Spring animations in Jetpack Compose

DevFeed: [Spring animations in Jetpack Compose](<https://devfeed.tech/articles/spring-animations-in-jetpack-compose-25801.md>)

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

Author: sinasamaki

Published: 2023-11-01T19:19:22Z

Content type: tutorial

Language: en

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

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

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

## AI overview

This tutorial explains how to use spring physics for UI animations in Jetpack Compose. It covers setup and the benefits of choreographing animations according to perceived mass and behavior rather than fixed duration.

## Source excerpt

Easily apply spring physics to your animations in Jetpack Compose