LavaC

Results 14 comments of LavaC

(检测到是移动设备时改用陀螺仪运动

我之前也用过另一种方法解决过,也是filter,不过是先赋一个sepia强制给它一个颜色然后hue-rotate转出最后想要的颜色,比较局限但也能用。

每次看到火狐不支持而谷歌支持的功能时心里都会感觉“噔噔咚”。

firefox前阵子的新版本也支持backdrop-filter了,可以放心用,毕竟这属性一般也只是用来整花活,有没有不影响功能使用。 这里再补充一个这两个属性的trick,它两搭配使用可以在激活了hdr模式的页面中使普通元素也带上hdr效果。 详情可见我做的这个demo,用safari打开https://blog.lavac.cc/playground/hdr-pong

刚刚在测试v站网友的网站时发现一个火狐有关的[bug](https://codepen.io/lavacxx/pen/GRBNyBw)。 当子元素套用`backdrop-filter`且父元素满足`overflow`不为**visible**和`border-radius`大于**0**时,类似于`position:fixed`失效的问题,某些属性会使得`backdrop-filter`的失效,比如`filter`(未能复现但却有其事)和`transform`。简单搜了下几年前的chrome也有类似的问题,但是前人的解决方法在今日的火狐上却无效。

产品:"我们的网页越来越卡了,你有什么头猪吗"

纯爷们就用box-shadow调控每个像素点(大雾

> This looks like a Neovim bug, it just does not send us the information. I will report it a bit later when I have time. > > For now...

记得之前有人翻版了一个ipados上的鼠标交互效果库,跟这个差不多

I submitted a PR for the first part. However, there are quite a lot of code logic that needs to be considered when implementing the second part, and the complexity...