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
Some composables in this project allow modifying the AnimationSpec, so I can effectively disable animations by passing a spec that has a hard-coded duration of 0.
However not all animations are modifiable in this way, for example the PieChart allows changing the animation of the pie itself, but not the animation of the labels.
I require the animations to be disabled in some scenario's, one of which is mostly to make previewing composables easier (right now they often don't display because of the animation).
The text was updated successfully, but these errors were encountered:
Some composables in this project allow modifying the
AnimationSpec
, so I can effectively disable animations by passing a spec that has a hard-coded duration of 0.However not all animations are modifiable in this way, for example the
PieChart
allows changing the animation of the pie itself, but not the animation of the labels.I require the animations to be disabled in some scenario's, one of which is mostly to make previewing composables easier (right now they often don't display because of the animation).
The text was updated successfully, but these errors were encountered: