Is your feature request related to a problem? Please describe.
When I select the other button in the group, my recyclerview will automatically reload data from server. I observed that the effect is played not very smoothly despite the fact that I run all my actions on Dispatchers.Default instead of on UI Thread. I can disable animation by given none to the group but when I click the button, it get smaller and after releasing the button it become the original size. It's there a way to disable this kine of behaviour (animation)?
Describe the solution you'd like
Given each ThemedToggleButton a aniamtion property
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
When I select the other button in the group, my recyclerview will automatically reload data from server. I observed that the effect is played not very smoothly despite the fact that I run all my actions on Dispatchers.Default instead of on UI Thread. I can disable animation by given
noneto the group but when I click the button, it get smaller and after releasing the button it become the original size. It's there a way to disable this kine of behaviour (animation)?Describe the solution you'd like
Given each ThemedToggleButton a aniamtion property
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.