Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<div>
  <div class="child zoom2" id=x2>
    x2: zoom=2
    <div class="child grandchild zoom2" id=x4>
      x4: zoom=2 (nested)
    </div>
  </div>
</div>
<div>
  <div class=child id=unzoomedChild>
    unzoomedChild
    <div class="child grandchild" id=unzoomedGrandchild>
      unzoomedGrandchild
    </div>
  </div>
</div>
<div style="height: 500px;">
  <div class="transform2 child" id=x2t>
    x2t: scale(2)
    <div class="transform2 child grandchild" id=x4t>
      x4t: scale(2) (nested)
    </div>
  </div>
</div>
<div id="scrollerObject">
    <div id="content"></div>
</div>
<div class="intersectionRect" id="intersectionNoZoom"></div>
<div class="intersectionRect" id="intersectionZoomx2" style="zoom: 2"></div>
  
<hr>
Output:
<pre id=output></pre>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers