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

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -