Currently, I am enhancing my portfolio and looking to apply a PNG mask on some images. While the webkit image mask works well, I am interested in achieving similar results on Firefox and Opera as well. Is there a JavaScript solution that can help me achieve this?
I experimented with edge.js but found that it only applies to <img></img>
tags and not backgrounds implemented through CSS (such as sprite images).
Your insights are greatly appreciated!