swift-scroll
Version:
One Page Scroll Plugin
20 lines (19 loc) • 502 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>Scroll</title>
<link rel="stylesheet" href="dist/swift-scroll.css">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div id="well">
<div class="panel page">one</div>
<div class="panel page">two</div>
<div class="panel page">three</div>
<div class="panel page">four</div>
<div class="panel page">five</div>
</div>
<script src="dist/swift-scroll.js"></script>
</body>
</html>