started pull to refresh

This commit is contained in:
Adam Bradley
2013-08-26 13:09:13 -05:00
parent 624ad8f5eb
commit 74de81c9cd
7 changed files with 53 additions and 5 deletions

View File

@ -17,10 +17,15 @@
<h1 class="title">Pull To Refresh</h1>
</header>
<main>
<main class="ptr-capable">
<p>Pull the content down to refresh.</p>
</main>
<section class="ptr-content has-header">
<div class="pulling">KEEP GOING</div>
<div class="refreshing">REFRESHING!</div>
</section>
</section>
</body>