google / accompanist

A collection of extension libraries for Jetpack Compose
https://google.github.io/accompanist
Apache License 2.0
7.38k stars 596 forks source link

Supporting for AnimatedStateListDrawable #1784

Closed heesung6701 closed 3 days ago

heesung6701 commented 1 month ago

Description

with drawable painter, it doesn't support AnimatedStateListDrawable because transition is not working.

Steps to reproduce

  1. use drawable painter with AnimatedStateListDrawable
  2. GUI will be updated if drawable state updated but transition animation is not working.

Expected behavior

support AnimatedStateListDrawable fully

Additional context

We hope that drawablePainter can support AnimatedStateListDrawable.

github-actions[bot] commented 1 week ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

bentrengrove commented 3 days ago

Hello

We aren't planning to support AnimatedStateListDrawable unfortunately. We believe the Compose APIs provide a much better API for it's use case so we recommend you migrate to that instead.