Webkit backface visibility not working

后端 未结 7 1641
清歌不尽
清歌不尽 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:34

    If you have tested all other options here and nothing worked while this example works on your browser, then please make sure that element corresponding to #card from the example bellow has overflow:visible:

    <div id="container">
        <div class="card">
            <div class="front face"></div>
            <div class="back face"></div>      
        </div>
    </div>
    
    0 讨论(0)
提交回复
热议问题