airbnb / lottie-android

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

Add support for multiply blend mode #1055

Closed gpeal closed 10 months ago

ThePixelBug commented 5 years ago

Are any of these blend modes supported on android lottie? Maybe with the 3.0 release?

AE blend modes normal; multiply; screen; overlay; darken; lighten; color-dodge; color-burn; hard-light; soft-light; difference; exclusion; hue; saturation; color; luminosity;

gpeal commented 5 years ago

@ThePixelBug Nope, not yet

jhughes696 commented 1 year ago

@gpeal Are blend modes possible at all? Multiply is the main one that would be a huge help.

gpeal commented 10 months ago

https://github.com/airbnb/lottie-android/pull/2408 added support for all blend modes that are backwards compatible. Android Q added more but almost no apps have a minSdk of Q+ so it will be a while before support for those can be added.