1page.title=Scrolling
2@jd:body
3
4<p>Scrolling allows the user to navigate to content in the overflow using a swipe gesture. The
5scrolling speed is proportional to the speed of the gesture.</p>
6<h2 id="indicator">Scroll Indicator</h2>
7
8<p>Appears during scrolling to indicate what portion of the content is currently in view.</p>
9
10<div class="framed-galaxynexus-land-span-13">
11  <video class="play-on-hover" autoplay>
12    <source src="{@docRoot}design/media/scroll_indicator.mp4" type="video/mp4">
13    <source src="{@docRoot}design/media/scroll_indicator.webm" type="video/webm">
14    <source src="{@docRoot}design/media/scroll_indicator.ogv" type="video/ogg">
15  </video>
16</div>
17<div class="figure-caption">
18  <div class="video-instructions">&nbsp;</div>
19</div>
20
21<h2 id="index-scrolling">Index Scrolling</h2>
22
23<p>In addition to traditional scrolling, a long alphabetical list can also offer index scrolling: a way
24to quickly navigate to the items that begin with a particular letter. With index scrolling, a scroll
25indicator appears even when the user isn't scrolling. Touching or dragging it causes the current
26letter to pop up in a prominent way.</p>
27
28<div class="framed-galaxynexus-land-span-13">
29  <video class="play-on-hover" autoplay>
30    <source src="{@docRoot}design/media/scroll_index.mp4" type="video/mp4">
31    <source src="{@docRoot}design/media/scroll_index.webm" type="video/webm">
32    <source src="{@docRoot}design/media/scroll_index.ogv" type="video/ogg">
33  </video>
34</div>
35<div class="figure-caption">
36  <div class="video-instructions">&nbsp;</div>
37</div>
38