snap-perspective-1.html 375 B

12345678910111213
  1. <html>
  2. <body>
  3. <div style="perspective:1000px">
  4. <div style="transform: translateX(-100.2px)">
  5. <div style="width: 300px; height: 300px; overflow:hidden">
  6. <div style="transform: translateX(100.2px); background-color:red; width: 100px; height: 100px; will-change: transform;">
  7. </div>
  8. </div>
  9. </div>
  10. </div>
  11. </body>
  12. </html>