blob: a5bd65f084ea8bb5032e65dda6ac13e4803238b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<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>
|