JetBrains / compose-multiplatform

Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
https://jetbrains.com/lp/compose-multiplatform
Apache License 2.0
16.23k stars 1.18k forks source link

How does the Image display webp animation? #3082

Closed Adiudiu closed 1 year ago

eymar commented 1 year ago

I tried to use an animated webp in Compose for Desktop and it simply shows the static image, without an animation.

As for Jetpack Compose (android), it seems animated webps are not supported out of a box either. But some suggest to try Coil lib https://coil-kt.github.io/coil/compose/ (it's not available in Compose Multiplatform though, so andorid only)

okushnikov commented 2 months ago

Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.