airbnb / lottie-android

Render After Effects animations natively on Android and iOS, Web, and React Native
http://airbnb.io/lottie/
Apache License 2.0
34.92k stars 5.4k forks source link

Lottie-compose feature parity #2477

Closed Fra078 closed 4 months ago

Fra078 commented 5 months ago

Lottie recently added support for .tgs files, however lottie-compose was not updated so this branch doesn't support these files!

gpeal commented 5 months ago

Which CompositionSpec are you referring to?

Fra078 commented 5 months ago

Sorry, I misunderstood code. So compositionSpec.File doesn't support tgs and gzip. But why can't you add a compositionSpec.GZipFile so if the developer is sure that the file is a gzip can Simply load it without lots of boilerplate code