- <html>
- <body>
- <div style="perspective:1000px">
- <div style="transform: translateX(-100.2px)">
- <div style="width: 300px; height: 300px; overflow:hidden">
- <div style="transform: translateX(100.2px); background-color:red; width: 100px; height: 100px; will-change: transform;">
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
|