Is there any way to "slow down" animation in compose? I'm trying to slow down my AnimatedVisibility composable with the 3 scale options available in dev options but none of them seem to affect it.
s
Stanley Gomes
03/20/2021, 7:06 PM
Not sure about the 3 scale options but you can add
I think Colton specifically wants to know if it is possible to affect all animation durations from Developer Options as the standard Android animation framework does. Ofc you can make a complete duplicate of all animation APIs and wrap it setting 0 if some scale option is enabled. But it’d be much more convenient if this feature was available out of the box. So +1