Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Thanks! This looks like a bug, thank you for reporting!
pr...@google.com <pr...@google.com> #3
I would also recommend setting the value to 10%. When you do that, the behavior is wild.
Dragging up to 10% or between 50% and 90% will cause it to snap back to the start anchor.
Dragging between 10% and 50% or past 90% will cause it to snap to the end anchor.
Dragging up to 10% or between 50% and 90% will cause it to snap back to the start anchor.
Dragging between 10% and 50% or past 90% will cause it to snap to the end anchor.
Description
Jetpack Compose version: 1.7.0 SNAPSHOT
Jetpack Compose component used: Animation
SharedTransitionScope
is currently a class, but it's used as a receiver for shared element modifiers. I'm trying to create my own scope type for navigation within my app, exposing things such as:AnimatedVisibilityScope
SharedTransitionScope
I'd like to make my scope type implement
SharedTransitionScope
, but since that's a class rather than an interface, I cannot. It'd be nice if that were an interface.