add mix-blend-mode support for lottie-wirker
diff --git a/player/js/module_worker.js b/player/js/module_worker.js
index 08fcf46..77dfdbf 100644
--- a/player/js/module_worker.js
+++ b/player/js/module_worker.js
@@ -10,7 +10,7 @@
   var localIdCounter = 0;
   var animations = {};
 
-  var styleProperties = ['width', 'height', 'display', 'transform', 'opacity', 'contentVisibility'];
+  var styleProperties = ['width', 'height', 'display', 'transform', 'opacity', 'contentVisibility', 'mix-blend-mode'];
   function createElement(namespace, type) {
     var style = {
       serialize: function () {