JGJacquiline Gitauinjacquigitau.hashnode.dev·May 24, 2023 · 2 min readAnimating content size in ComposeIn the previous article, we learned why animations are important in our applications. In this article, we will focus on animating content change in our apps by using the Modifier's animateContentSize() function. It helps in animating the transition b...00
JGJacquiline Gitauinjacquigitau.hashnode.dev·May 23, 2023 · 2 min readIntroduction to Animations in compose.Animations are an integral part of Android Applications. They add cues to notify users what's going on in your app. They come in handy when UI changes state, such as when new content loads or actions become available. They also add a polished look to...00