Animations are super important when building an application. They highlight relations between elements, bring attention to what is important and they also can express a brand style.
In this talk, I’ll show you how to implement a collapsing toolbar with parallax effect in jetpack compose only (no third party library). I’ll also show you how to implement curved motion using the power of quadratic Bézier curve which is already ubiquitous in game development but now become so accessible in Jetpack Compose.
So if you want to learn how to build any custom linear animations, or animate objects along a curved path in Compose without impacting performance, join in 😎