Browser for CSS shaders? [closed]

陌路散爱 提交于 2021-02-07 14:23:21

问题


Is there a browser which supports CSS shaders?


回答1:


At the time of this writing, CSS Custom Filters, formerly known as CSS Shaders, are not available in any browser. They were an experimental feature available in WebKit Nightly and Chrome (under a flag) for a while, but have since been removed.




回答2:


No modern browser supports CSS Shaders or its later name, CSS Custom Filters.

Where to search for which browsers support various features:

Searching caniuse.com for CSS Custom Filters should provide an up-to-date answer to this question.

Can I Use is a great tool that provides compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.




回答3:


Support for CSS Shaders was discontinued in Webkit in January 2014.

https://lists.webkit.org/pipermail/webkit-dev/2014-January/026098.html




回答4:


Chrome has some support for it and, I think, FF might have some now. I don't have my link for articles in Chrome handy but it's all very new.




回答5:


If the browser supports every feature of HTML5 and CSS3. The only one that supports it by now is Chrome I guess.




回答6:


Webkit appears to start having them: http://trac.webkit.org/changeset/103170




回答7:


this link is supported for you to know the css supported browser.

https://dvcs.w3.org/hg/FXTF/raw-file/tip/custom/index.html

https://bugs.webkit.org/show_bug.cgi?id=73317

chrome and safari are supported for CSS shaders



来源:https://stackoverflow.com/questions/8805635/browser-for-css-shaders

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!