Is there a way to make `animation-list` work with ...
# compose
a
Is there a way to make
animation-list
work with
Image
? if I’m using
Copy code
imageResource(id = R.drawable.dance)
which referred to xml that has
animation-list
the returned
imageAsset
is null.