gpt4 book ai didi

其他浏览器(IE、Mozilla、Opera)的 CSS -webkit-filter

转载 作者:太空宇宙 更新时间:2023-11-04 12:56:31 25 4
gpt4 key购买 nike

我使用 -webkit-filter: grayscale,sepia,saturate,brightness and etc. 但是这个效果只支持 Chrome 和 Safari 浏览器 ( http://css3.bradshawenterprises.com/filters/ )我如何在其他浏览器中添加这种效果?也许知道任何替代方案?

最佳答案

filter: grayscale(0);
filter: sepia(0);
filter: saturate(1);
filter: hue-rotate(0deg);
filter: invert(0);
filter: opacity(1);
filter: brightness(1);
filter: contrast(1);
filter: blur(0px);

-ms-filter:

您可以在 IE 和 Chrome 中使用这些 css 来实现滤镜效果

关于其他浏览器(IE、Mozilla、Opera)的 CSS -webkit-filter,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25781100/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com