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)
Attachment actions
Unintended behavior
View staffing
Description
Jetpack Compose version: 1.7.3 Jetpack Compose component used: Animation Kotlin version: 2.0.0
With two AnimatedVisibilitys as children of a Transition with a SeekableTransitionState, bounds animations seem to animate to the wrong bounds when calling
seekTo(fraction)
. CallinganimateTo(target)
fixes the bounds. Screen recording of sample attached.Code Sample to Reproduce: