Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE HTML>
<html>
<body>
<div style="width:100px; height:100px; background-color:green"></div>
<div style="width:100px; height:100px; overflow:hidden">
<div style="transform: translateY(-100px) perspective(1px); will-change:transform">
<div style="background-color:red; width:100px; height:100px"></div>
<div style="background-color:green; width:100px; height:100px"></div>
</div>
</div>
</body>
</html>