3D 中的 Webkit 变换平面消失,看起来不像是背面问题。 (铬合金)

发布于 2024-12-15 16:28:25 字数 253 浏览 0 评论 0原文

在 Chrome 中检查这个小提琴: http://jsfiddle.net/resistdesign/Qvv2r/11/

飞机消失了几秒钟。背面的角度大约为 180 度,然后噗!

我尝试了 preserve-3d 的各种配置并设置了背面可见性或不设置。

此时有点迷失了:P

Check this fiddle in Chrome: http://jsfiddle.net/resistdesign/Qvv2r/11/

The plane disappears for a few seconds. The back face is shown up to about 180 deg, then POOF!

I tried various configurations of preserve-3d and setting the back face visibility or not.

Kind of lost at this point :P

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

葮薆情 2024-12-22 16:28:26

回答!

父级 div 有一个背景颜色,在某些时候,旋转的 div 位于父级“后面”

只需删除父级的 background-color 并将其添加到 DOM 中“较早”的元素即可。

ANSWER!

The parent div has a background-color, at some point, the rotating div is "behind" the parent.

Simply remove the background-color of the parent and add it to an element "earlier" in the DOM.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文