Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要-webkit-mask-image在 Internet Explorer 10 中获得效果。不幸的是,我在 google 中找到的唯一方法是将所有内容放入 SVG,这是不适用的。
-webkit-mask-image
Webkit 浏览器中的实验性屏蔽功能就是这样,实验性的。在它们获得更广泛的采用或被 W3C 正式采用之前,我们不应该期望看到其他浏览器实现相同的功能。
考虑一个替代解决方案。例如,Martin Beeby 能够简单地通过使用 2D 变换来实现“遮蔽”效果,这意味着他的解决方案早在 IE9 就得到了支持。