facebookarchive / Keyframes

A library for converting Adobe AE shape based animations to a data format and playing it back on Android and iOS devices.
https://facebookincubator.github.io/Keyframes/
Other
5.33k stars 302 forks source link

Colour blending modes like 'Multiply' #85

Closed thewoodpecker closed 7 years ago

thewoodpecker commented 7 years ago

Is there currently a way to use colour blending modes like multiply, overlay, etc? It doesn't seem to work when testing on iOS.

This would be a great addition. Cheers!

screen-shot-2016-12-30-at-17 58 13

lozzle commented 7 years ago

yeah we don't support blend mode between different layers since we render things back in real time. it's similar to why we're only planning on supporting masking via track matte for the near future (only requires interaction with one shape layer rather than all layers underneath)