Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在尝试对此进行研究,但运气不佳。我似乎记得看到过有关执行此操作或类似内容的教程。
有谁知道如何改变 html5video 或 flash 的视角?使用 jQuery、css3、画布、flash?任何事物?
<style> #masterContainer { perspective: 600px; } #masterContainer .video { transform: rotateY( 45deg ); } </style> <section class="container" id="masterContainer"> <div class="video"></div> </section>