Hey folk, is there any particular reason Jetpack C...
# compose
e
Hey folk, is there any particular reason Jetpack Compose animations is not affected by these configurations from the Developers Options?
1
d
The Animator duration scale should affect the compose animation duration starting from 1.2.0 alpha05 (https://developer.android.com/jetpack/androidx/releases/compose-animation#1.2.0-alpha05). Are you using an old library by any chance?
e
I'm currently using compose 1.2.1
d
What compose animation are you seeing that aren't affected by duration scale change? BTW, we intended for the scroll fling to ignore duration scale. Though that change only went in recently.