You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 27, 2024. It is now read-only.
Limited support for onSwipe, drive the animation with swipes/dragging
Added rememberMotionLayoutState. When passed to a MotionLayout Composable, it may be used to animate the internal progress value and observe changes to it (within a Composable scope) made by onSwipe
Support for stagger, easing and quantized movements
Updated internals to better handle recomposition
Fixed MotionLayout laying out different when using a debugging flag
Minor performance improvements
Known Issues
When using onSwipe all drag events are consumed (i.e: onSwipe won’t work well with LazyList)
MotionLayout #526: Possible crashes when using compose 1.1.X