Update scroll into view screenshot.

This commit is contained in:
Umar 2014-01-03 16:47:43 +00:00
Родитель a9c89f2f70
Коммит ad657bf963
3 изменённых файлов: 1 добавлений и 1 удалений

Двоичные данные
docs/dom-and-styles-files/images/image_11.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 43 KiB

Двоичные данные
docs/dom-and-styles-files/images/scroll-into-view-tooltip.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 150 KiB

Просмотреть файл

@ -1203,7 +1203,7 @@ global.animationData = global.animationData || {};
<h2 id="scrolling-into-view">Scrolling into view</h2>
<p>When you hover over or select a DOM node, the rendered element is highlighted in the main browser window. If the element is scrolled offscreen, a tooltip is displayed at the edge of the browser window indicating that the selected element is offscreen.</p>
<p>To scroll the page so the element appears in the viewport, <strong>Right-click</strong> the element and select <strong>Scroll into View</strong>.</p>
<p><img alt="" src="dom-and-styles-files/images/image_11.png" /></p>
<p><img alt="" src="dom-and-styles-files/images/scroll-into-view-tooltip.png" class="full-screenshot" /></p>
<div class="devtools-animation-container">
<animation class="devtools-animation" class="devtools-animation" src="scroll-into-view" speed="2000" repeatdelay="2"></animation>
</div>