airbnb / lottie-web

Render After Effects animations natively on Web, Android and iOS, and React Native. http://airbnb.io/lottie/
MIT License
30.42k stars 2.86k forks source link

90 canvas matte masks #2917

Closed bodymovin closed 1 year ago

bodymovin commented 1 year ago

adds support for track matte masks in the canvas renderer. Luma masks are not supported in the canvas worker because they need a filter to transform luminance into alpha values, and unfortunately there is no way to apply a filter via url on workers.