Webkit backface visibility not working

后端 未结 7 1676
清歌不尽
清歌不尽 2020-11-28 11:50

I\'m building a simple example to flip a card using the -webkit-transform: rotateY property.

It was working fine a couple of days ago, but all of a sudd

7条回答
  •  庸人自扰
    2020-11-28 12:15

    I read somewhere that it is something to do with the host pc's GPU power. This works for me on every device that has a decent GPU. Proof for this is the fact that it doesn't work for me on a Dell Mini, even after a Fresh OS install (win8) and on an old XP machine. The problem is, back-face-visibility is there, but isn't called, meaning that I cannot use javascript to detect this.

    Check for http://amproductions.org

提交回复
热议问题