javascript - Adding Blending mode to HTML5 instance and/or shape -
i have made html5 animation using animate cc. software doesn't support blending-modes html5-canvases found (http://blogs.adobe.com/webplatform/2014/02/24/using-blend-modes-in-html-canvas/) guide how add blending modes html5-canvas. problem is, adds multiple elements (shapes/instances/images) in html-5-canvas, , want add id specific elements in canvas.
this js generated animate cc, failed attempt add blending mode.
// col-yellow this.instance_21 = new lib.colyellow(); this.instance_21.settransform(598.6,184.4,0.449,0.449,0,0,0,43.8,43.9 this.instance_21.globalcompositeoperation = "multiply"; //my code
Comments
Post a Comment