I am rendering an animated gif, but it does not an...
# compose
g
I am rendering an animated gif, but it does not animate. Any ideas:
Copy code
Image(
                        asset = imageFromResource(mResource!!, R.drawable.mutagent)
                    )
l
IIUC gif support is not yet available
☹️ 1
a
though if you feel like giving it a shot, take a look at the Painter interface
g
Are MP4s supported
a
via interop and SurfaceView/the existing media APIs, yes
👍 1
probably more turnkey stuff down the road there
👍 1