I’ve written an extension that adds the mix-blend-mode to any element that you specify using a selector (id, class, role)
###Installation
In your Head HTML import the script by adding this line
<script src="//hype-expert.uk/cdn/HE_Extensions.0.1.js"></script>
then you can use the function below
###Code:
hypeDocument.setMixBlendMode(selector, mode)
//e.g hypeDocument.setMixBlendMode(".blender", 'multiply');
###Description
Sets the mix blend mode for any element with the chosen selector. (Selectors can be added in the Identity’s Inspector’s relevant fields