Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Attachment actions
Description
Jetpack Compose component used: Animation
Android Studio Build:2024.3.2 Canary 6
Kotlin version: 2.1.10
The demo is using SharedTransitionLayout + AnimatedContent to animate from list (LazyGrid + Card) to dialog (Card + Scaffold).
When using MutableTransitionState, the sharedBounds transition works well, the list title move smoothly to the dialog, also the speed of container and title are same.
But if switch to SeekableTransitionState, the transition is broken, the title quick jump to target position, the speed of container and title looks quite different.
If change the dialog's container from Scaffold to Column, the transition looks good.
If press back before list to dialog transition completed, the list will freeze and unable to scroll (item clicks are ok).
Please check the video and demo for details.