But these days it seems pretty well supported among nearly all modern browsers in HTML5 by my understanding.
Are you sure?
What systems/browsers and cases have you tested?
My tests are showing very different results...
Beside of not supporting and not working there are often problems, e.g. the blending with the WebGL content behind (the pano) doesn't work or there is a horrible rendering performance...
And in Chrome the support itself is hidden behind a flag (chrome://flags/#enable-experimental-web-platform-features).
Btw - you can test that anytime yourself in krpano - e.g.
|
Quellcode
|
1
2
3
4
5
|
<action name="set_css_blendmode" type="Javascript">
caller.sprite.style.mixBlendMode = args[1];
</action>
<layer name="test" ... onloaded="set_css_blendmode('multiply');" />
|
Best regards,
Klaus