Pushpal Royblog.pushpalroy.com·Mar 13, 2024Container Transform Animation with Lookahead in Jetpack ComposeThis post is a continuation of my previous blog about the LookaheadScope API in Jetpack Compose, where I delved into various APIs and demonstrated an example animation utilizing Box layouts. If you haven’t read it yet, I strongly encourage you to do ...231 readsJetpack Composecontainer-transform-animation
Pushpal Royblog.pushpalroy.com·Mar 12, 2024Animations with Lookahead in Jetpack ComposeThe LookaheadScope (replaced by the previous LookaheadLayout) is a new experimental API in Jetpack Compose that allows for predictive animations based on the future state of the layout by pre-calculating size and position. It supports a lookahead pas...1 like·191 readsJetpack Composelookaheadlayout