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
Also, animatable.animate(...) seems to currently always ignore the animation scale regardless of the value of ignoreSystemAnimationsDisabled passed in, which seems like a bug?
Compose has a
MotionDurationScale
coroutine key.see https://developer.android.com/reference/kotlin/androidx/compose/ui/MotionDurationScale
Lottie compose animations should read and use that animation scale.
Should be able to override the
MotionDurationScale
by using(this is does not seem to be supported as of Lottie Compose
6.6.2
)The text was updated successfully, but these errors were encountered: